X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..f24fc8367d4e9290b9fdbfd4b6fadb7b40846e9f:/include/wx/cocoa/radiobut.h diff --git a/include/wx/cocoa/radiobut.h b/include/wx/cocoa/radiobut.h index 5f4019e9ca..bbd0b95955 100644 --- a/include/wx/cocoa/radiobut.h +++ b/include/wx/cocoa/radiobut.h @@ -4,9 +4,9 @@ // Author: David Elliott // Modified by: // Created: 2003/03/18 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_RADIOBUT_H__ @@ -14,7 +14,7 @@ #include "wx/cocoa/NSButton.h" -class WXDLLEXPORT wxRadioButton; +class WXDLLIMPEXP_FWD_CORE wxRadioButton; WX_DECLARE_LIST(wxRadioButton, wxRadioButtonList);