X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..eba99da4c0563e6508761272a1e1f1b791d0af6b:/include/wx/generic/statusbr.h 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;