X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a236aa2058ccf3d36e9cafc20fa7375080c4be50..032e024c1c6ab6a20226604baab9d00558620e72:/include/wx/motif/ctrlsub.h diff --git a/include/wx/motif/ctrlsub.h b/include/wx/motif/ctrlsub.h index dfa0915e6b..fef8e0a791 100644 --- a/include/wx/motif/ctrlsub.h +++ b/include/wx/motif/ctrlsub.h @@ -18,7 +18,7 @@ // wxControlWithItems // ---------------------------------------------------------------------------- -class wxControlWithItems : public wxControlWithItemsGeneric +class WXDLLIMPEXP_CORE wxControlWithItems : public wxControlWithItemsGeneric { public: wxControlWithItems() { } @@ -33,7 +33,7 @@ protected: private: DECLARE_ABSTRACT_CLASS(wxControlWithItems) - DECLARE_NO_COPY_CLASS(wxControlWithItems) + wxDECLARE_NO_COPY_CLASS(wxControlWithItems); }; #endif // _WX_MOTIF_CTRLSUB_H_