diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index b5103e72..d0a29f75 100644 --- a/src/report.h +++ b/src/report.h @@ -735,6 +735,8 @@ public: } value_t option_price_db_(call_scope_t& args) { // : + // jww (2009-01-31): This, and several of the other option handlers, + // should be in the session object. session.price_db = args[0].as_string(); return true; } |