X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/msw/caret.h?ds=sidebyside diff --git a/include/wx/msw/caret.h b/include/wx/msw/caret.h index 47b8c8a700..c179032d08 100644 --- a/include/wx/msw/caret.h +++ b/include/wx/msw/caret.h @@ -1,10 +1,9 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: msw/caret.h +// Name: wx/msw/caret.h // Purpose: wxCaret class - the MSW implementation of wxCaret // Author: Vadim Zeitlin // Modified by: // Created: 23.05.99 -// RCS-ID: $Id$ // Copyright: (c) wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -12,7 +11,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 +55,7 @@ protected: private: bool m_hasCaret; - DECLARE_NO_COPY_CLASS(wxCaret) + wxDECLARE_NO_COPY_CLASS(wxCaret); }; #endif // _WX_CARET_H_