mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user