diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-15 21:14:54 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-15 21:14:54 -0400 |
commit | 780ce4a5d0f313c60f8b51a00d29f997381691d0 (patch) | |
tree | 52e90ae25d014a7f3936e0ceaa61e2d2e2a957d7 /src/option.h | |
parent | 484b498c1406124cf122e49a0f0477b278284593 (diff) | |
download | fork-ledger-780ce4a5d0f313c60f8b51a00d29f997381691d0.tar.gz fork-ledger-780ce4a5d0f313c60f8b51a00d29f997381691d0.tar.bz2 fork-ledger-780ce4a5d0f313c60f8b51a00d29f997381691d0.zip |
Normalized handling of several report options
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h index 639f049b..633d35e0 100644 --- a/src/option.h +++ b/src/option.h @@ -53,6 +53,7 @@ namespace ledger { template <typename T> class option_t { +protected: const char * name; std::size_t name_len; const char ch; |