projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added code for optimized handling of UTF-8 locales: some string operations are more...
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_tglbtn.h
diff --git
a/include/wx/xrc/xh_tglbtn.h
b/include/wx/xrc/xh_tglbtn.h
index af4e2668dcd30fd687eb57b92bd7f14cb87c111b..a37287e69b1bdc70e6b7ba1c28634fd440b69130 100644
(file)
--- a/
include/wx/xrc/xh_tglbtn.h
+++ b/
include/wx/xrc/xh_tglbtn.h
@@
-12,20
+12,19
@@
#define _WX_XH_TGLBTN_H_
#include "wx/xrc/xmlres.h"
#define _WX_XH_TGLBTN_H_
#include "wx/xrc/xmlres.h"
-#include "wx/defs.h"
-#if wxUSE_TOGGLEBTN
+#if wxUSE_
XRC && wxUSE_
TOGGLEBTN
class WXDLLIMPEXP_XRC wxToggleButtonXmlHandler : public wxXmlResourceHandler
{
class WXDLLIMPEXP_XRC wxToggleButtonXmlHandler : public wxXmlResourceHandler
{
-DECLARE_DYNAMIC_CLASS(wxToggleButtonXmlHandler)
+ DECLARE_DYNAMIC_CLASS(wxToggleButtonXmlHandler)
+
public:
wxToggleButtonXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
public:
wxToggleButtonXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
-#endif
-
+#endif // wxUSE_XRC && wxUSE_TOGGLEBTN
#endif // _WX_XH_TGLBTN_H_
#endif // _WX_XH_TGLBTN_H_