From 780ce4a5d0f313c60f8b51a00d29f997381691d0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Feb 2009 21:14:54 -0400 Subject: Normalized handling of several report options --- src/option.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/option.h') 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 class option_t { +protected: const char * name; std::size_t name_len; const char ch; -- cgit v1.2.3