]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/caret.h
Fixed preview navigation as per ancient bug report
[wxWidgets.git] / include / wx / caret.h
index f7d91c76f86fdfa456817629ab320dcf637be124..e34ed29d12ec995d152f9468114606b1989d0b69 100644 (file)
@@ -16,7 +16,7 @@
 
 #if wxUSE_CARET
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "caret.h"
 #endif
 
@@ -224,6 +224,8 @@ public:
 
 private:
     wxCaret *m_caret;
+
+    DECLARE_NO_COPY_CLASS(wxCaretSuspend)
 };
 
 #endif // wxUSE_CARET