X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e40298d54ecd5b109222a7c60aa2ef084a304d69..c50f92d08cc3633f8127931e7cf5d362ab8ac392:/include/wx/mac/radiobut.h?ds=sidebyside diff --git a/include/wx/mac/radiobut.h b/include/wx/mac/radiobut.h index 74dfccde46..22fe9c1bda 100644 --- a/include/wx/mac/radiobut.h +++ b/include/wx/mac/radiobut.h @@ -12,7 +12,7 @@ #ifndef _WX_RADIOBUT_H_ #define _WX_RADIOBUT_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "radiobut.h" #endif @@ -44,7 +44,7 @@ public: // implementation - virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart ); + virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ); void Command(wxCommandEvent& event); wxRadioButton *AddInCycle(wxRadioButton *cycle); inline wxRadioButton *NextInCycle() {return m_cycle;}