diff options
Diffstat (limited to 'src/py_post.cc')
-rw-r--r-- | src/py_post.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py_post.cc b/src/py_post.cc index cb6ebce7..1c187ff1 100644 --- a/src/py_post.cc +++ b/src/py_post.cc @@ -160,7 +160,7 @@ void export_post() .def("get_tag", py_get_tag_2m) .def("date", &post_t::date) - .def("auxiliary_date", &post_t::aux_date) + .def("aux_date", &post_t::aux_date) .def("must_balance", &post_t::must_balance) |