summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-11 07:24:50 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:45 -0400
commit87d24bf4562b6e7fbe37f167bf8ee6310fd775cb (patch)
treec1790369fe54ad187f0b0e2bab379dd282d26996
parent4a3373af0337e8b327147e78c43175fa95baf5ba (diff)
downloadfork-ledger-87d24bf4562b6e7fbe37f167bf8ee6310fd775cb.tar.gz
fork-ledger-87d24bf4562b6e7fbe37f167bf8ee6310fd775cb.tar.bz2
fork-ledger-87d24bf4562b6e7fbe37f167bf8ee6310fd775cb.zip
*** no comment ***
-rw-r--r--src/py_amount.cc2
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")