projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
set device origin when drawing on a frame in order to not overwrite the menu/toolbar...
[wxWidgets.git]
/
src
/
xrc
/
xh_gdctl.cpp
diff --git
a/src/xrc/xh_gdctl.cpp
b/src/xrc/xh_gdctl.cpp
index afd71480e91adfd28b3cbe7a3a5b076d8c1b3975..7106b598cfe26cb0e63f935124567035c9be2164 100644
(file)
--- a/
src/xrc/xh_gdctl.cpp
+++ b/
src/xrc/xh_gdctl.cpp
@@
-26,6
+26,8
@@
#include "wx/xrc/xh_gdctl.h"
#include "wx/dirctrl.h"
+IMPLEMENT_DYNAMIC_CLASS(wxGenericDirCtrlXmlHandler, wxXmlResourceHandler)
+
wxGenericDirCtrlXmlHandler::wxGenericDirCtrlXmlHandler()
: wxXmlResourceHandler()
{