summaryrefslogtreecommitdiffhomepage
path: root/Snapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'Snapshot.h')
-rw-r--r--Snapshot.h4
1 files changed, 2 insertions, 2 deletions
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<Killmail> killmails() const override;
private:
std::vector<Killmail> m_killmails;