X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/403750325d372829ea8162462cc1cd8a92368ac4..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/msw/ole/droptgt.h diff --git a/include/wx/msw/ole/droptgt.h b/include/wx/msw/ole/droptgt.h index d58b1cc426..4cb9d3907d 100644 --- a/include/wx/msw/ole/droptgt.h +++ b/include/wx/msw/ole/droptgt.h @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 06.03.98 -// RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -19,7 +18,7 @@ // ---------------------------------------------------------------------------- class wxIDropTarget; -struct IDropTargetHelper; +struct wxIDropTargetHelper; struct IDataObject; // ---------------------------------------------------------------------------- @@ -80,7 +79,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); };