// ----------------------------------------------------------------------------
class wxIDropTarget;
-struct IDropTargetHelper;
+struct wxIDropTargetHelper;
struct IDataObject;
// ----------------------------------------------------------------------------
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);
};