summaryrefslogtreecommitdiffhomepage
path: root/ExampleSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'ExampleSource.h')
-rw-r--r--ExampleSource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ExampleSource.h b/ExampleSource.h
index 2086ca5..cce3d3f 100644
--- a/ExampleSource.h
+++ b/ExampleSource.h
@@ -2,7 +2,7 @@
#include <vector>
-#include "Killmail.h"
+#include "Grid.h"
#include "Source.h"
@@ -10,7 +10,7 @@ class ExampleSource : public Source
{
public:
ExampleSource();
- std::vector<Killmail> all() const override;
+ std::vector<Grid> grids() const override;
private:
mutable float m_time;
};