X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..03773e400b6ff2692f2a9ba045d652c3b7b7109d:/include/wx/palmos/caret.h diff --git a/include/wx/palmos/caret.h b/include/wx/palmos/caret.h index 685fb0a1d2..73a85d0007 100644 --- a/include/wx/palmos/caret.h +++ b/include/wx/palmos/caret.h @@ -12,7 +12,7 @@ #ifndef _WX_CARET_H_ #define _WX_CARET_H_ -class WXDLLEXPORT wxCaret : public wxCaretBase +class WXDLLIMPEXP_CORE wxCaret : public wxCaretBase { public: wxCaret() { Init(); } @@ -56,7 +56,7 @@ protected: private: bool m_hasCaret; - DECLARE_NO_COPY_CLASS(wxCaret) + wxDECLARE_NO_COPY_CLASS(wxCaret); }; #endif // _WX_CARET_H_