aboutsummaryrefslogtreecommitdiff
path: root/TXTParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'TXTParser.h')
-rw-r--r--TXTParser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TXTParser.h b/TXTParser.h
index 1db9e9d..d67a7fb 100644
--- a/TXTParser.h
+++ b/TXTParser.h
@@ -4,8 +4,8 @@
class TXTParser : public ParserStrategy {
public:
- virtual void parse(File & f, Deserializer & d);
- virtual unsigned int heuristic(File & f);
+ virtual void parse(FileStrategy & f, Deserializer & d);
+ virtual unsigned int heuristic(FileStrategy & f);
private:
static TXTParser instance;