X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c4e8f384d7c9a2e1f31e9602917f2d1318de01f..f9d6e4e454ac06b3303c71081b289152c8867ec1:/include/wx/cocoa/statline.h diff --git a/include/wx/cocoa/statline.h b/include/wx/cocoa/statline.h index c470309216..990e5e80bf 100644 --- a/include/wx/cocoa/statline.h +++ b/include/wx/cocoa/statline.h @@ -17,7 +17,7 @@ // ======================================================================== // wxStaticLine // ======================================================================== -class WXDLLEXPORT wxStaticLine: public wxStaticLineBase// , protected wxCocoaNSButton +class WXDLLIMPEXP_CORE wxStaticLine: public wxStaticLineBase// , protected wxCocoaNSButton { DECLARE_DYNAMIC_CLASS(wxStaticLine) DECLARE_EVENT_TABLE() @@ -30,7 +30,7 @@ public: wxStaticLine(wxWindow *parent, wxWindowID winid = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long style = 0, const wxString& name = wxStaticTextNameStr) + long style = 0, const wxString& name = wxStaticLineNameStr) { Create(parent, winid, pos, size, style, name); } @@ -38,7 +38,7 @@ public: bool Create(wxWindow *parent, wxWindowID winid = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long style = 0, const wxString& name = wxStaticTextNameStr); + long style = 0, const wxString& name = wxStaticLineNameStr); virtual ~wxStaticLine(); // ------------------------------------------------------------------------ @@ -46,7 +46,7 @@ public: // ------------------------------------------------------------------------ protected: // Static lines cannot be enabled/disabled - virtual void CocoaSetEnabled(bool enable) { } + virtual void CocoaSetEnabled(bool WXUNUSED(enable)) { } // ------------------------------------------------------------------------ // Implementation // ------------------------------------------------------------------------