diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-24 09:02:47 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-24 09:02:47 -0400 |
commit | 643f2d33cf24bbae4a13acfbfc6af5fe8439f905 (patch) | |
tree | c694588e1b4bd03b0903764975fce65f15aba51c /balpair.h | |
parent | 7409b050bee226fb7bb0b89a10d9c206d8797d70 (diff) | |
download | ledger-643f2d33cf24bbae4a13acfbfc6af5fe8439f905.tar.gz ledger-643f2d33cf24bbae4a13acfbfc6af5fe8439f905.tar.bz2 ledger-643f2d33cf24bbae4a13acfbfc6af5fe8439f905.zip |
More work toward getting the textual parser working again. Since this means
that value expressions must work, there are a lot of details involved.
Diffstat (limited to 'balpair.h')
-rw-r--r-- | balpair.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -351,7 +351,7 @@ public: * valid() returns true if the balances within the balance pair are * valid. */ - virtual bool valid() { + bool valid() const { if (! balance_t::valid()) return false; |