X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cfb76a19a4aeb25f245196ff5d4cae8a33fa6802..1ab48408d13344ff0e46bd397d7dc89889e48fba:/include/wx/msw/caret.h diff --git a/include/wx/msw/caret.h b/include/wx/msw/caret.h index 29c00938e9..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 @@ -59,6 +55,8 @@ protected: private: bool m_hasCaret; + + DECLARE_NO_COPY_CLASS(wxCaret) }; #endif // _WX_CARET_H_