X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ca21594f7d0a28c4b3721088dbb0206b563bf8b..aae53500afc53bed582438abfc068dc900ffb63e:/include/wx/generic/statusbr.h?ds=sidebyside diff --git a/include/wx/generic/statusbr.h b/include/wx/generic/statusbr.h index 63ed0802c3..e7ac4d7409 100644 --- a/include/wx/generic/statusbr.h +++ b/include/wx/generic/statusbr.h @@ -12,16 +12,12 @@ #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 {