diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-12 22:16:38 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-13 01:03:48 -0400 |
commit | 536e3e73228b6168437704ede89499406b87391d (patch) | |
tree | eb2193c64f8fb2253eb117eaf1870b52dd34ff1a /src/report.h | |
parent | 6ef755c1330c6e11476ea2e63b8388ad29efb4ef (diff) | |
download | fork-ledger-536e3e73228b6168437704ede89499406b87391d.tar.gz fork-ledger-536e3e73228b6168437704ede89499406b87391d.tar.bz2 fork-ledger-536e3e73228b6168437704ede89499406b87391d.zip |
Added a new scope_value() inline helper function
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index 082c204b..00cbec28 100644 --- a/src/report.h +++ b/src/report.h @@ -182,7 +182,7 @@ public: } value_t fn_options(call_scope_t&) { - return value_t(static_cast<scope_t *>(this)); + return scope_value(this); } string report_format(option_t<report_t>& option) { |