X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a0d517ea4dbcef61ba9b0868318f686e97618bb..73bab6b44da953b35b902c9f3199582e4e76d89b:/include/wx/caret.h diff --git a/include/wx/caret.h b/include/wx/caret.h index f7d91c76f8..e34ed29d12 100644 --- a/include/wx/caret.h +++ b/include/wx/caret.h @@ -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