summaryrefslogtreecommitdiff
path: root/plugins/itanium/python/demangler.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/itanium/python/demangler.c')
-rw-r--r--plugins/itanium/python/demangler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/itanium/python/demangler.c b/plugins/itanium/python/demangler.c
index dfade68..1838aa1 100644
--- a/plugins/itanium/python/demangler.c
+++ b/plugins/itanium/python/demangler.c
@@ -106,7 +106,7 @@ PyTypeObject *get_python_itanium_demangler_type(void)
.tp_methods = py_itanium_demangler_methods,
.tp_getset = py_itanium_demangler_getseters,
- .tp_new = (newfunc)py_itanium_demangler_new
+ .tp_new = py_itanium_demangler_new
};