X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89963b7fd0bf9c8ec1a755e0cb3aab55a2065871..a29c6824c21bca8e66fdd0c7a64b65e8935bdbcd:/include/wx/mac/radiobut.h?ds=sidebyside diff --git a/include/wx/mac/radiobut.h b/include/wx/mac/radiobut.h index eb92a10614..74dfccde46 100644 --- a/include/wx/mac/radiobut.h +++ b/include/wx/mac/radiobut.h @@ -1,18 +1,18 @@ ///////////////////////////////////////////////////////////////////////////// // Name: radiobut.h // Purpose: wxRadioButton class -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_RADIOBUT_H_ #define _WX_RADIOBUT_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "radiobut.h" #endif @@ -44,7 +44,7 @@ public: // implementation - virtual void MacHandleControlClick( ControlHandle control , SInt16 controlpart ); + virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart ); void Command(wxCommandEvent& event); wxRadioButton *AddInCycle(wxRadioButton *cycle); inline wxRadioButton *NextInCycle() {return m_cycle;}