]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statusbr.h
added MSLU reference to wxUSE_UNICODE
[wxWidgets.git] / include / wx / statusbr.h
index 103e8479f74c2e951a85c80c049929d6ef21aa17..0ae464c94ea8bc1ca4cc06b0b28cf8f58fb3e8d3 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_STATUSBR_H_BASE_
 #define _WX_STATUSBR_H_BASE_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "statbar.h"
 #endif
 
@@ -111,6 +111,8 @@ protected:
     // stacks of previous values for PushStatusText/PopStatusText
     // this is created on demand, use GetStatusStack/GetOrCreateStatusStack
     wxListString **m_statusTextStacks;
+
+    DECLARE_NO_COPY_CLASS(wxStatusBarBase)
 };
 
 // ----------------------------------------------------------------------------