]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/dropsrc.cpp
Applied patch [ 652336 ] Add tooltip support to wxUniv on Windows
[wxWidgets.git] / src / msw / ole / dropsrc.cpp
index 8f0ab7e6f409e1c9e2d099d29874b37d274cd63c..27dab34ead36a6aac49577b85bb3c1cd60eb7980 100644 (file)
@@ -71,6 +71,8 @@ public:
 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)
 };
 
 // ============================================================================