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 d886bf90..6feb6080 100644
--- a/src/py_xact.cc
+++ b/src/py_xact.cc
@@ -133,7 +133,7 @@ void export_xact()
;
class_< auto_xact_t, bases<xact_base_t> > ("AutomatedTransaction")
- .def(init<item_predicate>())
+ .def(init<predicate_t>())
.add_property("predicate",
make_getter(&auto_xact_t::predicate),