]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/caret.h
Removed some commented-out code
[wxWidgets.git] / include / wx / caret.h
index 817f32b73e7eb7103459cfcfc0976e55d8f04335..e34ed29d12ec995d152f9468114606b1989d0b69 100644 (file)
@@ -16,7 +16,7 @@
 
 #if wxUSE_CARET
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "caret.h"
 #endif
 
@@ -187,7 +187,7 @@ protected:
     int m_countVisible;
 
 private:
-    DECLARE_NO_COPY_CLASS(wxCaretBase);
+    DECLARE_NO_COPY_CLASS(wxCaretBase)
 };
 
 // ---------------------------------------------------------------------------
@@ -224,6 +224,8 @@ public:
 
 private:
     wxCaret *m_caret;
+
+    DECLARE_NO_COPY_CLASS(wxCaretSuspend)
 };
 
 #endif // wxUSE_CARET