summaryrefslogtreecommitdiffstats
path: root/qt-ui/globe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/globe.cpp')
-rw-r--r--qt-ui/globe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/globe.cpp b/qt-ui/globe.cpp
index 3a27e38d9..9f66e2bd1 100644
--- a/qt-ui/globe.cpp
+++ b/qt-ui/globe.cpp
@@ -345,6 +345,6 @@ GlobeGPS::GlobeGPS(QWidget* parent) { setText("MARBLE DISABLED AT BUILD TIME");
void GlobeGPS::repopulateLabels() {}
void GlobeGPS::centerOn(dive* dive) {}
bool GlobeGPS::eventFilter(QObject *obj, QEvent *ev) {}
-void GlobeGPS::prepareForGetDiveCoordinates() {}
+void GlobeGPS::prepareForGetDiveCoordinates(struct dive *dive) {}
void GlobeGPS::reload() {}
#endif