projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed bug in WinStruct<> ctor
[wxWidgets.git]
/
wxPython
/
setup.py
diff --git
a/wxPython/setup.py
b/wxPython/setup.py
index e8dedd03f441f2ce4a96ce18fce328488a3c4ee0..44ee2e1359efe7b77ec903d77536560a1128d5b4 100755
(executable)
--- a/
wxPython/setup.py
+++ b/
wxPython/setup.py
@@
-936,6
+936,7
@@
if BUILD_XRC:
'%s/xh_sizer.cpp' % XMLLOC,
'%s/xh_slidr.cpp' % XMLLOC,
'%s/xh_spin.cpp' % XMLLOC,
+ '%s/xh_split.cpp' % XMLLOC,
'%s/xh_stbmp.cpp' % XMLLOC,
'%s/xh_stbox.cpp' % XMLLOC,