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