]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/window.h
added conversion ctor to create const_iterator from iterator, otherwise assigning...
[wxWidgets.git] / include / wx / cocoa / window.h
index 509d59b12a4a07db18ec21132f68abaf4b0d608c..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& label) { SetTitle(label); }
-    virtual wxString GetLabel() const { return GetTitle(); }
+    virtual void SetLabel(const wxString& label);
+    virtual wxString GetLabel() const;
     // label handling
     // Get character size
     virtual int GetCharHeight() const;