diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-12 04:57:19 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-12 04:57:19 -0400 |
commit | 8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3 (patch) | |
tree | 7eed4bada75f1d42e705d339fb68ceb80aea7180 /src/commodity.h | |
parent | c328b1b3b2575ce27ce5bfc4d901a7e011d010a8 (diff) | |
download | fork-ledger-8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3.tar.gz fork-ledger-8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3.tar.bz2 fork-ledger-8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3.zip |
Restored the "prices" command.
Diffstat (limited to 'src/commodity.h')
-rw-r--r-- | src/commodity.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commodity.h b/src/commodity.h index 0d1bc785..9522bb43 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -276,7 +276,6 @@ public: base->larger = arg; } -protected: optional<varied_history_t&> varied_history() { if (base->varied_history) return *base->varied_history; |