]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
wxOS2 build fixes after wxColourBase introduction.
[wxWidgets.git] / include / wx / generic / statusbr.h
index 63ed0802c36d6e398427aa0874345ea3d2474020..06c8ec47914892006881da2fe97336e639638235 100644 (file)
 #ifndef _WX_GENERIC_STATUSBR_H_
 #define _WX_GENERIC_STATUSBR_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "statusbr.h"
-#endif
-
 #include "wx/pen.h"
 #include "wx/font.h"
 #include "wx/statusbr.h"
 #include "wx/arrstr.h"
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
+extern WXDLLEXPORT_DATA(const wxChar) wxPanelNameStr[];
 
 class WXDLLEXPORT wxStatusBarGeneric : public wxStatusBarBase
 {