Another type-conversion edge case: void -> Any

This commit is contained in:
lojack5
2023-10-17 21:55:46 -06:00
parent e84d7abcba
commit 3d5290f46c

View File

@@ -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