summaryrefslogtreecommitdiff
path: root/python/metaindex.cc
diff options
context:
space:
mode:
Diffstat (limited to 'python/metaindex.cc')
-rw-r--r--python/metaindex.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/metaindex.cc b/python/metaindex.cc
index b451f0b5..b5d194b4 100644
--- a/python/metaindex.cc
+++ b/python/metaindex.cc
@@ -80,7 +80,7 @@ PyTypeObject MetaIndexType =
sizeof(CppOwnedPyObject<metaIndex*>), // tp_basicsize
0, // tp_itemsize
// Methods
- CppOwnedDealloc<metaIndex*>, // tp_dealloc
+ CppOwnedDeallocPtr<metaIndex*>, // tp_dealloc
0, // tp_print
0, // tp_getattr
0, // tp_setattr