X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..9f8130d6b3012265895fd69ce394c443c045b709:/src/msw/ole/dropsrc.cpp diff --git a/src/msw/ole/dropsrc.cpp b/src/msw/ole/dropsrc.cpp index cda175f054..7b66b0c350 100644 --- a/src/msw/ole/dropsrc.cpp +++ b/src/msw/ole/dropsrc.cpp @@ -53,6 +53,7 @@ class wxIDropSource : public IDropSource { public: wxIDropSource(wxDropSource *pDropSource); + virtual ~wxIDropSource() { } DECLARE_IUNKNOWN_METHODS; @@ -64,7 +65,7 @@ private: DWORD m_grfInitKeyState; // button which started the d&d operation wxDropSource *m_pDropSource; // pointer to C++ class we belong to - DECLARE_NO_COPY_CLASS(wxIDropSource) + DECLARE_NO_COPY_CLASS(wxIDropSource) }; // ============================================================================