projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Compilation fix. I didn't add a #error since I figured this sample will be
[wxWidgets.git]
/
wxPython
/
src
/
_xmlsub.i
diff --git
a/wxPython/src/_xmlsub.i
b/wxPython/src/_xmlsub.i
index 2722305c27f77e34ca6fd9846385288ff091daa4..2d3721de70c52a0e65c7cc3c0c5765ef3f844426 100644
(file)
--- a/
wxPython/src/_xmlsub.i
+++ b/
wxPython/src/_xmlsub.i
@@
-32,7
+32,8
@@
IMP_PYCALLBACK_OBJECT_STRING_pure(wxPyXmlSubclassFactory, wxXmlSubclassFactory,
-%name(XmlSubclassFactory)class wxPyXmlSubclassFactory {
+%rename(XmlSubclassFactory) wxPyXmlSubclassFactory;
+class wxPyXmlSubclassFactory {
public:
%pythonAppend wxPyXmlSubclassFactory "self._setCallbackInfo(self, XmlSubclassFactory)"
wxPyXmlSubclassFactory();
public:
%pythonAppend wxPyXmlSubclassFactory "self._setCallbackInfo(self, XmlSubclassFactory)"
wxPyXmlSubclassFactory();