]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
compilation fix for wxUSE_CONSTRAINTS==0
[wxWidgets.git] / include / wx / tbarbase.h
index dfa4dcb40d2bffab99c54580564a740feee397ca..9cd4e2ea77c5bd76cfcd6bcdb15ac3d59679ad1d 100644 (file)
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "tbarbase.h"
 #endif
 
@@ -234,6 +234,8 @@ protected:
     // short and long help strings
     wxString m_shortHelpString;
     wxString m_longHelpString;
+
+    DECLARE_NO_COPY_CLASS(wxToolBarToolBase)
 };
 
 // a list of toolbar tools