diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:24:50 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:45 -0400 |
commit | 87d24bf4562b6e7fbe37f167bf8ee6310fd775cb (patch) | |
tree | c1790369fe54ad187f0b0e2bab379dd282d26996 | |
parent | 4a3373af0337e8b327147e78c43175fa95baf5ba (diff) | |
download | fork-ledger-87d24bf4562b6e7fbe37f167bf8ee6310fd775cb.tar.gz fork-ledger-87d24bf4562b6e7fbe37f167bf8ee6310fd775cb.tar.bz2 fork-ledger-87d24bf4562b6e7fbe37f167bf8ee6310fd775cb.zip |
*** no comment ***
-rw-r--r-- | src/py_amount.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py_amount.cc b/src/py_amount.cc index 536c4435..07be1512 100644 --- a/src/py_amount.cc +++ b/src/py_amount.cc @@ -140,7 +140,7 @@ void export_amount() .def(init<long>()) .def(init<std::string>()) - .def("exact", &amount_t::exact, boost::python::arg("value"), + .def("exact", &amount_t::exact, args("value"), "Construct an amount object whose display precision is always equal to its\n\ internal precision.") .staticmethod("exact") |