From 520ece21644c4f3a97f722e351fce382c1661183 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 29 Feb 2012 14:43:16 -0600 Subject: Fixed problem with the Python build --- src/py_post.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/py_post.cc') diff --git a/src/py_post.cc b/src/py_post.cc index 1c187ff1..cace419f 100644 --- a/src/py_post.cc +++ b/src/py_post.cc @@ -132,6 +132,9 @@ void export_post() class_< post_t, bases > ("Posting") //.def(init()) + .def("id", &post_t::id) + .def("seq", &post_t::seq) + .add_property("xact", make_getter(&post_t::xact, return_internal_reference<>()), -- cgit v1.2.3