]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/private.h
No changes, just remove unnecessary forward declarations.
[wxWidgets.git] / include / wx / osx / cocoa / private.h
index ee8757b7139b6ed7ce760daa1580b0935f85cba3..d24e39a1edf15276e7cd3c2786a458df3f7587d4 100644 (file)
@@ -268,8 +268,8 @@ public:
     
     void SetPressedBitmap( const wxBitmap& bitmap );
     void GetLayoutInset(int &left , int &top , int &right, int &bottom) const;
-    
-private:
+    void SetAcceleratorFromLabel(const wxString& label);
+
     NSButton *GetNSButton() const;
 };