X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/403750325d372829ea8162462cc1cd8a92368ac4..11e3c6ef36393fb5863ea2f9601d8facd73acb12:/include/wx/msw/ole/droptgt.h diff --git a/include/wx/msw/ole/droptgt.h b/include/wx/msw/ole/droptgt.h index d58b1cc426..7b65990922 100644 --- a/include/wx/msw/ole/droptgt.h +++ b/include/wx/msw/ole/droptgt.h @@ -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); };