diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-30 12:20:58 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:34 -0400 |
commit | 18aaf588ab55dfef5556e27ab69491f4c77ad303 (patch) | |
tree | 2a0d2d3afb537d93f23085f0b9cbe6b9cf8562a4 /src/value.h | |
parent | 21af83013f3b1bae511a61b9e27224ab3de235c1 (diff) | |
download | ledger-18aaf588ab55dfef5556e27ab69491f4c77ad303.tar.gz ledger-18aaf588ab55dfef5556e27ab69491f4c77ad303.tar.bz2 ledger-18aaf588ab55dfef5556e27ab69491f4c77ad303.zip |
Added use of boost::optional<> to amount.h
Diffstat (limited to 'src/value.h')
-rw-r--r-- | src/value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/value.h b/src/value.h index f3a31c76..0737fac1 100644 --- a/src/value.h +++ b/src/value.h @@ -441,6 +441,7 @@ class value_t value_t cost() const; value_t price() const; value_t date() const; + value_t tag() const; value_t cast(type_t cast_type) const { value_t temp(*this); |