summaryrefslogtreecommitdiff
path: root/gnucash.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnucash.h')
-rw-r--r--gnucash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnucash.h b/gnucash.h
index 25703d91..b8c880cc 100644
--- a/gnucash.h
+++ b/gnucash.h
@@ -1,11 +1,11 @@
#ifndef _GNUCASH_H
#define _GNUCASH_H
-#include "parser.h"
+#include "journal.h"
namespace ledger {
-class gnucash_parser_t : public parser_t
+class gnucash_parser_t : public journal_t::parser_t
{
public:
virtual bool test(std::istream& in) const;