summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-06-26 16:52:41 +0100
committerJohn Wiegley <johnw@newartisans.com>2009-06-26 16:52:41 +0100
commit4574c30fcfd3b03bab9a368a6ff2928af7e11e28 (patch)
tree31112a34e89d39a51d6ed6f83e13978b69d97aa9 /src/pool.h
parent1fad2ec7c135ebe87bb34838f21adaac720dda03 (diff)
downloadfork-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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pool.h b/src/pool.h
index cec2f05e..378163e9 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -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();