X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81a1c6869efef04a40b688dc79002d206e09c640..bf02a7f9761ce9c0a1279ae958a0e5d53f603e15:/include/wx/msw/ole/droptgt.h?ds=inline diff --git a/include/wx/msw/ole/droptgt.h b/include/wx/msw/ole/droptgt.h index 6fc30359c8..0224655634 100644 --- a/include/wx/msw/ole/droptgt.h +++ b/include/wx/msw/ole/droptgt.h @@ -67,7 +67,7 @@ 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) + wxDECLARE_NO_COPY_CLASS(wxDropTarget); }; #endif //wxUSE_DRAG_AND_DROP