From 2ab6738554012b4789cd12d035f112caf68a6c05 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 2 Nov 2012 17:02:15 +0000 Subject: [PATCH] missing commit, fixes #14797 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/osx/cocoa/private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/osx/cocoa/private.h b/include/wx/osx/cocoa/private.h index ee8757b713..bc0c046d84 100644 --- a/include/wx/osx/cocoa/private.h +++ b/include/wx/osx/cocoa/private.h @@ -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; }; -- 2.45.2