X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..daa084c239b94dd49f73952008ea8e36dba6c9c4:/contrib/include/wx/xml/xh_gauge.h diff --git a/contrib/include/wx/xml/xh_gauge.h b/contrib/include/wx/xml/xh_gauge.h index 7380a3e330..d5d78d02c4 100644 --- a/contrib/include/wx/xml/xh_gauge.h +++ b/contrib/include/wx/xml/xh_gauge.h @@ -22,17 +22,17 @@ #include "wx/xml/xmlres.h" -class wxGaugeXmlHandler : public wxXmlResourceHandler +class WXDLLEXPORT wxGaugeXmlHandler : public wxXmlResourceHandler { enum { wxGAUGE_DEFAULT_RANGE = 100 }; - public: - wxGaugeXmlHandler(); - virtual wxObject *DoCreateResource(); - virtual bool CanHandle(wxXmlNode *node); +public: + wxGaugeXmlHandler(); + virtual wxObject *DoCreateResource(); + virtual bool CanHandle(wxXmlNode *node); }; #endif