From 96b39bf6dbb027233850a0abbfc42341bf50c5cd Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 4 Jun 2022 13:15:33 +0200 Subject: Finalized Snapshot rename --- Snapshot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Snapshot.h') diff --git a/Snapshot.h b/Snapshot.h index 3c18b69..ab1b8e1 100644 --- a/Snapshot.h +++ b/Snapshot.h @@ -6,10 +6,10 @@ #include "Source.h" -class DumpSource : public Source +class Snapshot : public Source { public: - explicit DumpSource(const char* filename); + explicit Snapshot(const char* filename); std::vector killmails() const override; private: std::vector m_killmails; -- cgit v1.1