]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing commit.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 10 Nov 2005 12:49:02 +0000 (12:49 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 10 Nov 2005 12:49:02 +0000 (12:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/window.h

index a9c1a0c1141c011f63cdba32eff818753f283f22..c997a01de719b0df5f8ccf58ce3a98e47830c132 100644 (file)
@@ -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& WXUNUSED(label)) { }
-    virtual wxString GetLabel() const { return wxEmptyString; }
+    virtual void SetLabel(const wxString& label);
+    virtual wxString GetLabel() const;
     // label handling
     // Get character size
     virtual int GetCharHeight() const;