From 162d982b0cf1a5ac2e67012a3b8eadae3c1ac59f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 26 Jul 2008 05:06:06 -0400 Subject: The --verify option is now working properly again. Use "--verify --verbose" if you wish to see memory usage statistics along with a top-level trace. --- textual.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textual.h') diff --git a/textual.h b/textual.h index fd167d86..1c5e3aa2 100644 --- a/textual.h +++ b/textual.h @@ -9,7 +9,7 @@ namespace ledger { class textual_parser_t : public parser_t { - public: +public: virtual bool test(std::istream& in) const; virtual unsigned int parse(std::istream& in, -- cgit v1.2.3