mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Another type-conversion edge case: void -> Any
This commit is contained in:
@@ -199,6 +199,7 @@ class FixWxPrefix(object):
|
||||
'double': double_type,
|
||||
'Double': double_type,
|
||||
# --Others
|
||||
'void': 'Any',
|
||||
'PyObject': 'Any',
|
||||
'WindowID': 'int', # defined in wx/defs.h
|
||||
'Coord': 'int', # defined in wx/types.h
|
||||
|
||||
Reference in New Issue
Block a user