From 76e61d68bbf568ec0d7fc4632e52d4de5496b003 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 18 Oct 2024 15:43:25 +0200 Subject: (1/2) rename --- CSVParser.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CSVParser.h') diff --git a/CSVParser.h b/CSVParser.h index 6698645..660cc18 100644 --- a/CSVParser.h +++ b/CSVParser.h @@ -1,11 +1,11 @@ #pragma once -#include "ParserStrategy.h" +#include "Parser.h" -class CSVParser : public ParserStrategy { +class CSVParser : 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 CSVParser instance; -- cgit v1.2.3