summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-02 15:54:28 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-02 15:54:28 -0400
commitc1cb06e00922ba5c15c128bab05c71220077fdce (patch)
treedb00cc04a338c33c540c3be98c53742a1e2902ca /src/report.h
parentbd9ffed9db00e31e4ad526f4558d0d2929c8ac39 (diff)
downloadfork-ledger-c1cb06e00922ba5c15c128bab05c71220077fdce.tar.gz
fork-ledger-c1cb06e00922ba5c15c128bab05c71220077fdce.tar.bz2
fork-ledger-c1cb06e00922ba5c15c128bab05c71220077fdce.zip
Updated some internal documentation.
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/report.h b/src/report.h
index 54f24845..2654d7c6 100644
--- a/src/report.h
+++ b/src/report.h
@@ -216,32 +216,32 @@ public:
value_t option_full_help(call_scope_t& args) { // H
option_full_help(std::cout);
- throw 0;
+ throw int(0);
}
value_t option_help(call_scope_t& args) { // h
option_help(std::cout);
- throw 0;
+ throw int(0);
}
value_t option_help_calc(call_scope_t& args) {
option_calc_help(std::cout);
- throw 0;
+ throw int(0);
}
value_t option_help_disp(call_scope_t& args) {
option_disp_help(std::cout);
- throw 0;
+ throw int(0);
}
value_t option_help_comm(call_scope_t& args) {
option_comm_help(std::cout);
- throw 0;
+ throw int(0);
}
value_t option_version(call_scope_t& args) { // v
show_version(std::cout);
- throw 0;
+ throw int(0);
}
value_t option_init_file(call_scope_t& args) { // i: