X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65b17727e699618086c8851f08ca35733c459155..6058220154150a2f60b09198a444411873050e52:/include/wx/radiobut.h?ds=sidebyside diff --git a/include/wx/radiobut.h b/include/wx/radiobut.h index 2af9652040..4485b1cc3f 100644 --- a/include/wx/radiobut.h +++ b/include/wx/radiobut.h @@ -5,7 +5,7 @@ // Modified by: // Created: 07.09.00 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -31,7 +31,7 @@ #include "wx/control.h" -WXDLLEXPORT_DATA(extern const wxChar*) wxRadioButtonNameStr; +extern WXDLLEXPORT_DATA(const wxChar*) wxRadioButtonNameStr; #if defined(__WXUNIVERSAL__) #include "wx/univ/radiobut.h" @@ -47,6 +47,8 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxRadioButtonNameStr; #include "wx/cocoa/radiobut.h" #elif defined(__WXPM__) #include "wx/os2/radiobut.h" +#elif defined(__WXPALMOS__) + #include "wx/palmos/radiobut.h" #endif #endif // wxUSE_RADIOBTN