summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/object_mlist
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/modulator/Templates/object_mlist')
-rw-r--r--Tools/modulator/Templates/object_mlist7
1 files changed, 4 insertions, 3 deletions
diff --git a/Tools/modulator/Templates/object_mlist b/Tools/modulator/Templates/object_mlist
index 62d5894..a12a9e1 100644
--- a/Tools/modulator/Templates/object_mlist
+++ b/Tools/modulator/Templates/object_mlist
@@ -1,7 +1,8 @@
-static struct methodlist $abbrev$_methods[] = {
- $methodlist$
- {NULL, NULL} /* sentinel */
+static struct PyMethodDef $abbrev$_methods[] = {
+ $methodlist$
+ {NULL, NULL} /* sentinel */
};
/* ---------- */
+