From e663a13502b8813a28b8aebbc611fbc040d4246b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 2 Nov 2009 17:05:51 -0500 Subject: Changed protection level of many parts of commodity_t --- src/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index d8bfa05f..58e33f6b 100644 --- a/src/session.h +++ b/src/session.h @@ -127,7 +127,7 @@ public: OPTION(session_t, download); // -Q OPTION_(session_t, european, DO() { - commodity_t::base_t::european_by_default = true; + commodity_t::european_by_default = true; }); OPTION__ -- cgit v1.2.3