summaryrefslogtreecommitdiff
path: root/textual.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-26 05:06:06 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-26 05:06:06 -0400
commit162d982b0cf1a5ac2e67012a3b8eadae3c1ac59f (patch)
tree1d29680db03ab4f8a82f77630a6e1a9fc10571bb /textual.h
parent961b30926b3b9f2b3e9c1a99df3f25fea6b13118 (diff)
downloadfork-ledger-162d982b0cf1a5ac2e67012a3b8eadae3c1ac59f.tar.gz
fork-ledger-162d982b0cf1a5ac2e67012a3b8eadae3c1ac59f.tar.bz2
fork-ledger-162d982b0cf1a5ac2e67012a3b8eadae3c1ac59f.zip
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.
Diffstat (limited to 'textual.h')
-rw-r--r--textual.h2
1 files changed, 1 insertions, 1 deletions
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,