X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc7a2a602b4bd9308be21bc07e40a680f483438e..2bf8f4c0d57be03ee27a0f84d041ebcb99202497:/include/wx/msw/caret.h diff --git a/include/wx/msw/caret.h b/include/wx/msw/caret.h index 19d91f4bcf..47b8c8a700 100644 --- a/include/wx/msw/caret.h +++ b/include/wx/msw/caret.h @@ -5,17 +5,13 @@ // 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 { public: @@ -45,7 +41,7 @@ protected: { wxCaretBase::Init(); - m_hasCaret = FALSE; + m_hasCaret = false; } // override base class virtuals