X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..daa084c239b94dd49f73952008ea8e36dba6c9c4:/contrib/include/wx/xml/xh_radbt.h diff --git a/contrib/include/wx/xml/xh_radbt.h b/contrib/include/wx/xml/xh_radbt.h index efe341b719..d6ca6b7f55 100644 --- a/contrib/include/wx/xml/xh_radbt.h +++ b/contrib/include/wx/xml/xh_radbt.h @@ -20,12 +20,12 @@ #if wxUSE_RADIOBOX -class wxRadioButtonXmlHandler : public wxXmlResourceHandler +class WXDLLEXPORT wxRadioButtonXmlHandler : public wxXmlResourceHandler { - public: - wxRadioButtonXmlHandler(); - virtual wxObject *DoCreateResource(); - virtual bool CanHandle(wxXmlNode *node); +public: + wxRadioButtonXmlHandler(); + virtual wxObject *DoCreateResource(); + virtual bool CanHandle(wxXmlNode *node); }; #endif