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 a6a347b69..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() Q_DECL_OVERRIDE;
+ void run() override;
private:
ReverseGeoLookupThread(QObject *parent = 0);