From: Włodzimierz Skiba Date: Thu, 10 Nov 2005 12:42:02 +0000 (+0000) Subject: Missing commit. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b0b4386b6e853052469da64aea8698572993cdb9 Missing commit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/cocoa/window.h b/include/wx/cocoa/window.h index 509d59b12a..a9c1a0c114 100644 --- a/include/wx/cocoa/window.h +++ b/include/wx/cocoa/window.h @@ -146,8 +146,8 @@ public: // Set/get the window's font virtual bool SetFont(const wxFont& f); // inline virtual wxFont& GetFont() const; - virtual void SetLabel(const wxString& label) { SetTitle(label); } - virtual wxString GetLabel() const { return GetTitle(); } + virtual void SetLabel(const wxString& WXUNUSED(label)) { } + virtual wxString GetLabel() const { return wxEmptyString; } // label handling // Get character size virtual int GetCharHeight() const;