From 4574c30fcfd3b03bab9a368a6ff2928af7e11e28 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 26 Jun 2009 16:52:41 +0100 Subject: The --download option is now fully restored --- src/pool.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/pool.h') 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 - (const commodity_t& commodity, - const optional& in_terms_of)> get_commodity_quote; + (commodity_t& commodity, const optional& in_terms_of)> + get_commodity_quote; explicit commodity_pool_t(); -- cgit v1.2.3