git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-03-22 01:29:48 +00:00
parent 5d3107f69d
commit 2981869eca

View File

@@ -217,7 +217,7 @@ def fixWindowClass(klass, hideVirtuals=True, ignoreProtected=True):
# There is no need to make all the C++ virtuals overridable in Python, and
# hiding the fact that they are virtual from the back end generator will
# greatly reduce the amount of code that needs to be generated. Remove all
# the virtual flags, and then and then add it back to a select few.
# the virtual flags, and then add it back to a select few.
removeVirtuals(klass)
addWindowVirtuals(klass)