summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-13 23:35:22 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-13 23:35:22 -0400
commit526cbc4c935fa71376a838ed25247e46a2b019dc (patch)
treec07532fcdd375990925b8153875475516073814e /src/session.h
parent6bbfb86d75ca128fc7b79ad8f0e81d9e6482eda8 (diff)
downloadfork-ledger-526cbc4c935fa71376a838ed25247e46a2b019dc.tar.gz
fork-ledger-526cbc4c935fa71376a838ed25247e46a2b019dc.tar.bz2
fork-ledger-526cbc4c935fa71376a838ed25247e46a2b019dc.zip
Restored min() and max() virtual functions
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h2
1 files changed, 2 insertions, 0 deletions
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)
{