summaryrefslogtreecommitdiffstats
path: root/core/divesitehelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/divesitehelpers.h')
-rw-r--r--core/divesitehelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/divesitehelpers.h b/core/divesitehelpers.h
index 6016d52e2..9227aa5c2 100644
--- a/core/divesitehelpers.h
+++ b/core/divesitehelpers.h
@@ -10,7 +10,7 @@ Q_OBJECT
public:
static ReverseGeoLookupThread *instance();
void lookup(struct dive_site *ds);
- void run();
+ void run() override;
private:
ReverseGeoLookupThread(QObject *parent = 0);