]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/stattext.h
no 68k macs more to support...
[wxWidgets.git] / include / wx / cocoa / stattext.h
index d34bbdac9fca8f6473a97123b4e773b1484b577a..74f8c1ced5e4ac7bd54541bc2fbfd7d53c6a1ec5 100644 (file)
@@ -52,8 +52,8 @@ protected:
 // Implementation
 // ------------------------------------------------------------------------
 public:
-    void SetLabel(const wxString& label);
+    virtual void SetLabel(const wxString& label);
+    virtual wxString GetLabel() const;
 };
 
-#endif
-    // __WX_COCOA_STATTEXT_H__
+#endif // __WX_COCOA_STATTEXT_H__