blind fix for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1e0e263e31
commit
6dbf7a3750
@ -71,7 +71,7 @@ public:
|
|||||||
|
|
||||||
// for the generic collapsible pane only:
|
// for the generic collapsible pane only:
|
||||||
wxControl* GetControlWidget() const
|
wxControl* GetControlWidget() const
|
||||||
{ return m_pButton; }
|
{ return (wxControl*)m_pButton; }
|
||||||
|
|
||||||
// implementation only, don't use
|
// implementation only, don't use
|
||||||
void OnStateChange(const wxSize& sizeNew);
|
void OnStateChange(const wxSize& sizeNew);
|
||||||
|
Loading…
Reference in New Issue
Block a user