summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-15 21:14:54 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-15 21:14:54 -0400
commit780ce4a5d0f313c60f8b51a00d29f997381691d0 (patch)
tree52e90ae25d014a7f3936e0ceaa61e2d2e2a957d7 /src/option.h
parent484b498c1406124cf122e49a0f0477b278284593 (diff)
downloadfork-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.h1
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;