aboutsummaryrefslogtreecommitdiff
path: root/TXTParser.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-18 15:43:25 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-18 15:43:25 +0200
commit76e61d68bbf568ec0d7fc4632e52d4de5496b003 (patch)
tree92a2dc9b12a542456bdc154f44deb34925883210 /TXTParser.h
parent3f63576819151ff15237a9b4f0651c538cfef067 (diff)
(1/2) rename
Diffstat (limited to 'TXTParser.h')
-rw-r--r--TXTParser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TXTParser.h b/TXTParser.h
index d67a7fb..064a0cf 100644
--- a/TXTParser.h
+++ b/TXTParser.h
@@ -1,11 +1,11 @@
#pragma once
-#include "ParserStrategy.h"
+#include "Parser.h"
-class TXTParser : public ParserStrategy {
+class TXTParser : public Parser {
public:
- virtual void parse(FileStrategy & f, Deserializer & d);
- virtual unsigned int heuristic(FileStrategy & f);
+ virtual void parse(FileReader & f, MuseumDeserializer & d);
+ virtual unsigned int heuristic(FileReader & f);
private:
static TXTParser instance;