X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7a2a602b4bd9308be21bc07e40a680f483438e..ca6911c361b04290fe1f0e64b616249b3b3d71ba:/include/wx/msw/caret.h diff --git a/include/wx/msw/caret.h b/include/wx/msw/caret.h index 19d91f4bcf..d6468eb5b6 100644 --- a/include/wx/msw/caret.h +++ b/include/wx/msw/caret.h @@ -5,18 +5,14 @@ // Modified by: // Created: 23.05.99 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_CARET_H_ #define _WX_CARET_H_ -#ifdef __GNUG__ - #pragma interface "caret.h" -#endif - -class WXDLLEXPORT wxCaret : public wxCaretBase +class WXDLLIMPEXP_CORE wxCaret : public wxCaretBase { public: wxCaret() { Init(); } @@ -45,7 +41,7 @@ protected: { wxCaretBase::Init(); - m_hasCaret = FALSE; + m_hasCaret = false; } // override base class virtuals @@ -60,7 +56,7 @@ protected: private: bool m_hasCaret; - DECLARE_NO_COPY_CLASS(wxCaret) + wxDECLARE_NO_COPY_CLASS(wxCaret); }; #endif // _WX_CARET_H_