summaryrefslogtreecommitdiffstats
path: root/divesitehelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'divesitehelpers.h')
-rw-r--r--divesitehelpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/divesitehelpers.h b/divesitehelpers.h
index dad60be36..a08069bc0 100644
--- a/divesitehelpers.h
+++ b/divesitehelpers.h
@@ -8,6 +8,7 @@ class ReverseGeoLookupThread : public QThread {
Q_OBJECT
public:
static ReverseGeoLookupThread *instance();
+ void lookup(struct dive_site *ds);
void run() Q_DECL_OVERRIDE;
private: