projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
offer suppression of idle processing (delayed destruction happened too early eg when...
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_gauge.h
diff --git
a/include/wx/xrc/xh_gauge.h
b/include/wx/xrc/xh_gauge.h
index 9aa45d921a2e34365ebf41d22fa250d55f58027c..afdb3da89dc985a1a9df696c65e21f7a305cebd7 100644
(file)
--- a/
include/wx/xrc/xh_gauge.h
+++ b/
include/wx/xrc/xh_gauge.h
@@
-17,16
+17,12
@@
class WXDLLIMPEXP_XRC wxGaugeXmlHandler : public wxXmlResourceHandler
{
class WXDLLIMPEXP_XRC wxGaugeXmlHandler : public wxXmlResourceHandler
{
- DECLARE_DYNAMIC_CLASS(wxGaugeXmlHandler)
- 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);
+
+ DECLARE_DYNAMIC_CLASS(wxGaugeXmlHandler)
};
#endif // wxUSE_XRC && wxUSE_GAUGE
};
#endif // wxUSE_XRC && wxUSE_GAUGE