X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a236aa2058ccf3d36e9cafc20fa7375080c4be50..e4c903b2ea42fe104ef50d0ea6028f14d8309dfa:/include/wx/msw/ctrlsub.h?ds=sidebyside diff --git a/include/wx/msw/ctrlsub.h b/include/wx/msw/ctrlsub.h index d197bb1b01..9e3780cbfe 100644 --- a/include/wx/msw/ctrlsub.h +++ b/include/wx/msw/ctrlsub.h @@ -15,7 +15,7 @@ // wxControlWithItems // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxControlWithItems : public wxControlWithItemsBase +class WXDLLIMPEXP_CORE wxControlWithItems : public wxControlWithItemsBase { public: wxControlWithItems() { } @@ -36,7 +36,7 @@ protected: private: DECLARE_ABSTRACT_CLASS(wxControlWithItems) - DECLARE_NO_COPY_CLASS(wxControlWithItems) + wxDECLARE_NO_COPY_CLASS(wxControlWithItems); }; #endif // _WX_MSW_CTRLSUB_H_