diff --git a/etgtools/tweaker_tools.py b/etgtools/tweaker_tools.py index 3e6c1c8a..cc3d0425 100644 --- a/etgtools/tweaker_tools.py +++ b/etgtools/tweaker_tools.py @@ -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