projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxScrolledWindow can have children, too
[wxWidgets.git]
/
contrib
/
src
/
xrc
/
xh_scwin.cpp
diff --git
a/contrib/src/xrc/xh_scwin.cpp
b/contrib/src/xrc/xh_scwin.cpp
index 9aedfefe5789eb512b16a2a1899cd09d3d589d9d..1450db585709ac7d268d222bb86b9f54bccbfc01 100644
(file)
--- a/
contrib/src/xrc/xh_scwin.cpp
+++ b/
contrib/src/xrc/xh_scwin.cpp
@@
-22,6
+22,7
@@
#include "wx/xrc/xh_scwin.h"
#include "wx/scrolwin.h"
#include "wx/xrc/xh_scwin.h"
#include "wx/scrolwin.h"
+IMPLEMENT_DYNAMIC_CLASS(wxScrolledWindowXmlHandler, wxXmlResourceHandler)
wxScrolledWindowXmlHandler::wxScrolledWindowXmlHandler()
: wxXmlResourceHandler()
wxScrolledWindowXmlHandler::wxScrolledWindowXmlHandler()
: wxXmlResourceHandler()