]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/caret.h
Implement deep copy of wxBitmapRefData
[wxWidgets.git] / include / wx / msw / caret.h
index 19d91f4bcf5784dfcc80761fe385343768e3bb8f..47b8c8a7005fd6b2a3b1e028c8be46ef568a8ec2 100644 (file)
@@ -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