X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a0d517ea4dbcef61ba9b0868318f686e97618bb..b38b0d22d7a97ff66d824e11e3e1c96c4423900b:/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