From 526cbc4c935fa71376a838ed25247e46a2b019dc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 13 Jun 2010 23:35:22 -0400 Subject: Restored min() and max() virtual functions --- src/session.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index 597268ee..fdda50aa 100644 --- a/src/session.h +++ b/src/session.h @@ -75,6 +75,8 @@ public: void close_journal_files(); value_t fn_account(call_scope_t& scope); + value_t fn_min(call_scope_t& scope); + value_t fn_max(call_scope_t& scope); void report_options(std::ostream& out) { -- cgit v1.2.3