diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-11 07:23:31 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:44 -0400 |
commit | 419909bf52eb76c6a9602d47941d2c56d2f485a2 (patch) | |
tree | ffba278141f3402574fb50d82c02f61fcee25583 /src | |
parent | f397ef9cbc021e73db66cd93cff6ebd622678a0f (diff) | |
download | fork-ledger-419909bf52eb76c6a9602d47941d2c56d2f485a2.tar.gz fork-ledger-419909bf52eb76c6a9602d47941d2c56d2f485a2.tar.bz2 fork-ledger-419909bf52eb76c6a9602d47941d2c56d2f485a2.zip |
*** no comment ***
Diffstat (limited to 'src')
-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 88e2c993..6f85f44d 100644 --- a/src/py_amount.cc +++ b/src/py_amount.cc @@ -139,7 +139,7 @@ void export_amount() .def(init<long>()) .def(init<std::string>()) - .def("exact", &amount_t::exact, args("value"), + .def("exact", &amount_t::exact, arg("value"), "Construct an amount object whose display precision is always equal to its\n\ internal precision.") .staticmethod("exact") |