From b0b4386b6e853052469da64aea8698572993cdb9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 10 Nov 2005 12:42:02 +0000 Subject: [PATCH] Missing commit. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/cocoa/window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.45.2