Kaydet (Commit) 788afcfb authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wnon-virtual-dtor

This looks like a real bug, causing leaks in the derived VistaFilePickerImpl
(but harmless for the derived AsyncPickerEvents).

Change-Id: Ic0de3f56574b89fb45eccb09fb27b78427f712d4
üst af46bbb2
......@@ -120,6 +120,7 @@ typedef std::queue< RequestRef > RequestQueue;
class RequestHandler
{
public:
virtual ~RequestHandler() {}
virtual void before() = 0;
virtual void doRequest(const RequestRef& rRequest) = 0;
virtual void after() = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment