missing commit, fixes #14797

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2012-11-02 17:02:15 +00:00
parent cb9811beb8
commit 2ab6738554

View File

@ -268,7 +268,8 @@ public:
void SetPressedBitmap( const wxBitmap& bitmap );
void GetLayoutInset(int &left , int &top , int &right, int &bottom) const;
void SetAcceleratorFromLabel(const wxString& label);
private:
NSButton *GetNSButton() const;
};