X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa67a27af195f1f258c40f35a19dd2ade1ce80d8..6b30ffedb18b86329fdc41ac1be27bc85bd758ff:/include/wx/cocoa/statbox.h diff --git a/include/wx/cocoa/statbox.h b/include/wx/cocoa/statbox.h index 0fab6da0f1..2502c03def 100644 --- a/include/wx/cocoa/statbox.h +++ b/include/wx/cocoa/statbox.h @@ -17,7 +17,7 @@ // ======================================================================== // wxStaticBox // ======================================================================== -class WXDLLEXPORT wxStaticBox: public wxStaticBoxBase, protected wxCocoaNSBox +class WXDLLIMPEXP_CORE wxStaticBox: public wxStaticBoxBase, protected wxCocoaNSBox { DECLARE_DYNAMIC_CLASS(wxStaticBox) DECLARE_EVENT_TABLE() @@ -49,7 +49,7 @@ public: // ------------------------------------------------------------------------ protected: // Static boxes cannot be enabled/disabled - virtual void CocoaSetEnabled(bool enable) { } + virtual void CocoaSetEnabled(bool WXUNUSED(enable)) { } // ------------------------------------------------------------------------ // Implementation // ------------------------------------------------------------------------