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