mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Correct incorrect remove of wx from argument names
This commit is contained in:
@@ -162,7 +162,7 @@ class FixWxPrefix(object):
|
||||
if fix_wx:
|
||||
return self.fixWxPrefix(name, True)
|
||||
else:
|
||||
return removeWxPrefix(name)
|
||||
return name
|
||||
|
||||
def cleanType(self, type_name: str) -> str:
|
||||
"""Process a C++ type name for use as a type annotation in Python code.
|
||||
|
||||
Reference in New Issue
Block a user