]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/droptgt.h
removed OnIdle() which didn't compile any longer
[wxWidgets.git] / include / wx / msw / ole / droptgt.h
index a4648b5edfc81ea3e241e627d98e98e9d4fa9fda..2d3c84c5bd5ee5b34479a1a72b1a8b369ec5c0b4 100644 (file)
@@ -69,6 +69,8 @@ private:
 
     wxIDropTarget *m_pIDropTarget; // the pointer to our COM interface
     IDataObject   *m_pIDataSource; // the pointer to the source data object
+
+    DECLARE_NO_COPY_CLASS(wxDropTarget)
 };
 
 #endif  //_WX_OLEDROPTGT_H