projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed assert which became incorrect after last change
[wxWidgets.git]
/
src
/
xrc
/
xh_stbox.cpp
diff --git
a/src/xrc/xh_stbox.cpp
b/src/xrc/xh_stbox.cpp
index 1cac4fb6e3df86f3098203c2a328cc4f9b201953..cc357908c9b6843cf7b6d7d0df79dda60a56975b 100644
(file)
--- a/
src/xrc/xh_stbox.cpp
+++ b/
src/xrc/xh_stbox.cpp
@@
-22,6
+22,8
@@
#include "wx/xrc/xh_stbox.h"
#include "wx/statbox.h"
+IMPLEMENT_DYNAMIC_CLASS(wxStaticBoxXmlHandler, wxXmlResourceHandler)
+
wxStaticBoxXmlHandler::wxStaticBoxXmlHandler()
: wxXmlResourceHandler()
{