X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..cbeda384e51acb82e13994cb67ac1714669cae10:/include/wx/msw/ole/dropsrc.h?ds=inline diff --git a/include/wx/msw/ole/dropsrc.h b/include/wx/msw/ole/dropsrc.h index 9bdcb3584c..deb5a2e8f1 100644 --- a/include/wx/msw/ole/dropsrc.h +++ b/include/wx/msw/ole/dropsrc.h @@ -37,7 +37,7 @@ class WXDLLIMPEXP_FWD_CORE wxWindow; // wxDataObject object. It's responsible for giving UI feedback while dragging. // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxDropSource : public wxDropSourceBase +class WXDLLIMPEXP_CORE wxDropSource : public wxDropSourceBase { public: // ctors: if you use default ctor you must call SetData() later! @@ -71,7 +71,7 @@ protected: private: wxIDropSource *m_pIDropSource; // the pointer to COM interface - DECLARE_NO_COPY_CLASS(wxDropSource) + wxDECLARE_NO_COPY_CLASS(wxDropSource); }; #endif //wxUSE_DRAG_AND_DROP