diff options
author | John Wiegley <johnw@newartisans.com> | 2009-06-26 16:52:41 +0100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-06-26 16:52:41 +0100 |
commit | 4574c30fcfd3b03bab9a368a6ff2928af7e11e28 (patch) | |
tree | 31112a34e89d39a51d6ed6f83e13978b69d97aa9 /src/pool.h | |
parent | 1fad2ec7c135ebe87bb34838f21adaac720dda03 (diff) | |
download | fork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.tar.gz fork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.tar.bz2 fork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.zip |
The --download option is now fully restored
Diffstat (limited to 'src/pool.h')
-rw-r--r-- | src/pool.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -86,10 +86,9 @@ public: long quote_leeway; // --leeway= bool get_quotes; // --download -public: function<optional<price_point_t> - (const commodity_t& commodity, - const optional<commodity_t&>& in_terms_of)> get_commodity_quote; + (commodity_t& commodity, const optional<commodity_t&>& in_terms_of)> + get_commodity_quote; explicit commodity_pool_t(); |