summaryrefslogtreecommitdiff
path: root/textual.h
diff options
context:
space:
mode:
Diffstat (limited to 'textual.h')
-rw-r--r--textual.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/textual.h b/textual.h
index 1c5e3aa2..71e44a94 100644
--- a/textual.h
+++ b/textual.h
@@ -1,13 +1,13 @@
#ifndef _TEXTUAL_H
#define _TEXTUAL_H
-#include "parser.h"
+#include "journal.h"
#include "format.h"
#include "walk.h"
namespace ledger {
-class textual_parser_t : public parser_t
+class textual_parser_t : public journal_t::parser_t
{
public:
virtual bool test(std::istream& in) const;