projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Avoid needless second string conversion when adding files to memory FS.
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xh_text.h
diff --git
a/include/wx/xrc/xh_text.h
b/include/wx/xrc/xh_text.h
index f755b2ea5f1806e2346de58b8daec842a58404c2..63c3769c6603c94da4271d9a3ff7ae3cb709c111 100644
(file)
--- a/
include/wx/xrc/xh_text.h
+++ b/
include/wx/xrc/xh_text.h
@@
-13,15
+13,18
@@
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xmlres.h"
+#if wxUSE_XRC && wxUSE_TEXTCTRL
class WXDLLIMPEXP_XRC wxTextCtrlXmlHandler : public wxXmlResourceHandler
{
class WXDLLIMPEXP_XRC wxTextCtrlXmlHandler : public wxXmlResourceHandler
{
-DECLARE_DYNAMIC_CLASS(wxTextCtrlXmlHandler)
+ DECLARE_DYNAMIC_CLASS(wxTextCtrlXmlHandler)
+
public:
wxTextCtrlXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
public:
wxTextCtrlXmlHandler();
virtual wxObject *DoCreateResource();
virtual bool CanHandle(wxXmlNode *node);
};
+#endif // wxUSE_XRC && wxUSE_TEXTCTRL
#endif // _WX_XH_TEXT_H_
#endif // _WX_XH_TEXT_H_