]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/droptgt.h
Unselect all wxDataViewCtrl items when clicking outside of the item area.
[wxWidgets.git] / include / wx / msw / ole / droptgt.h
index d58b1cc42601ca81d974f318d11787d273e9acc5..7b6599092293fa031825582762e879aaf566bd78 100644 (file)
@@ -19,7 +19,7 @@
 // ----------------------------------------------------------------------------
 
 class  wxIDropTarget;
-struct IDropTargetHelper;
+struct wxIDropTargetHelper;
 struct IDataObject;
 
 // ----------------------------------------------------------------------------
@@ -80,7 +80,7 @@ private:
 
     wxIDropTarget     *m_pIDropTarget; // the pointer to our COM interface
     IDataObject       *m_pIDataSource; // the pointer to the source data object
-    IDropTargetHelper *m_dropTargetHelper; // the pointer to the drop target helper
+    wxIDropTargetHelper *m_dropTargetHelper; // the drop target helper
 
     wxDECLARE_NO_COPY_CLASS(wxDropTarget);
 };