summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h2
1 files changed, 1 insertions, 1 deletions
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__