summaryrefslogtreecommitdiff
path: root/value.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-29 21:05:08 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-29 21:05:08 -0400
commit42e1d725aa9deb41396ba4c73c8499c7c3798508 (patch)
tree709aded6962addc668a127a0392aec739d74f750 /value.cc
parentea27d1b45a5ff975a1e90e3e9f4b74ff8d34056e (diff)
downloadledger-42e1d725aa9deb41396ba4c73c8499c7c3798508.tar.gz
ledger-42e1d725aa9deb41396ba4c73c8499c7c3798508.tar.bz2
ledger-42e1d725aa9deb41396ba4c73c8499c7c3798508.zip
The next value expression scheme is working, but the individual accessor
functions for each of the journal objects has yet to be ported.
Diffstat (limited to 'value.cc')
-rw-r--r--value.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/value.cc b/value.cc
index 70f229cd..730ef2e6 100644
--- a/value.cc
+++ b/value.cc
@@ -448,7 +448,6 @@ value_t& value_t::operator+=(const value_t& val)
}
throw_(value_error, "Cannot add " << val.label() << " to " << label());
-
return *this;
}