]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
renamed wxWave to wxSound; compatibility fixes
[wxWidgets.git] / include / wx / generic / statusbr.h
index f203e174d6945b26ce68b8a0feff5b674dd9b767..c36a0c7cdcc3c30a8b3592b6c243566cfa0d6ce6 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_GENERIC_STATUSBR_H_
 #define _WX_GENERIC_STATUSBR_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "statusbr.h"
 #endif
 
@@ -121,10 +121,8 @@ protected:
 
 private:
   DECLARE_EVENT_TABLE()
-  DECLARE_DYNAMIC_CLASS(wxStatusBarGeneric)
+  DECLARE_DYNAMIC_CLASS_NO_COPY(wxStatusBarGeneric)
 };
 
 #endif
     // _WX_GENERIC_STATUSBR_H_
-
-// vi:sts=4:sw=4:et