X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81a1c6869efef04a40b688dc79002d206e09c640..b04237742c51e022af8ca8fe8933437734f392a3:/include/wx/msw/ole/droptgt.h 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