X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/595a9493070ae0491dae7f16bc734a141458c5de..4508c2b01b806be847366f0b3da0f6e65ec23cc5:/include/wx/generic/statusbr.h?ds=inline

diff --git a/include/wx/generic/statusbr.h b/include/wx/generic/statusbr.h
index 5fc9df0a92..08e2e6ae63 100644
--- a/include/wx/generic/statusbr.h
+++ b/include/wx/generic/statusbr.h
@@ -21,7 +21,7 @@
 #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
 {
@@ -93,7 +93,7 @@ public:
   void SetBorderY(int y);
 
   void OnPaint(wxPaintEvent& event);
-  
+
   void OnLeftDown(wxMouseEvent& event);
   void OnRightDown(wxMouseEvent& event);
 
@@ -115,7 +115,6 @@ protected:
 
   int               m_borderX;
   int               m_borderY;
-  wxFont            m_defaultStatusBarFont;
   wxPen             m_mediumShadowPen;
   wxPen             m_hilightPen;