diff options
Diffstat (limited to 'core/gpslocation.h')
-rw-r--r-- | core/gpslocation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/gpslocation.h b/core/gpslocation.h index 88fdb813c..2e8f92b26 100644 --- a/core/gpslocation.h +++ b/core/gpslocation.h @@ -33,6 +33,7 @@ public: ~GpsLocation(); static GpsLocation *instance(); static bool hasInstance(); + std::vector<DiveAndLocation> getLocations(); int applyLocations(); int getGpsNum() const; bool hasLocationsSource(); |