summaryrefslogtreecommitdiff
path: root/src/py_xact.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/py_xact.cc')
-rw-r--r--src/py_xact.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py_xact.cc b/src/py_xact.cc
index 3474c127..5f062294 100644
--- a/src/py_xact.cc
+++ b/src/py_xact.cc
@@ -100,7 +100,7 @@ void export_xact()
return_internal_reference<>())
.def("add_post", &xact_base_t::add_post, with_custodian_and_ward<1, 2>())
- .def("remove_post", &xact_base_t::add_post)
+ .def("remove_post", &xact_base_t::remove_post)
.def("finalize", &xact_base_t::finalize)