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 1101500d3..37b77649f 100644
--- a/qt-ui/globe.cpp
+++ b/qt-ui/globe.cpp
@@ -343,7 +343,7 @@ void GlobeGPS::resizeEvent(QResizeEvent *event)
GlobeGPS::GlobeGPS(QWidget* parent) { setText("MARBLE DISABLED AT BUILD TIME"); }
void GlobeGPS::repopulateLabels() {}
-void GlobeGPS::centerOn(dive* dive) {}
+void GlobeGPS::centerOnCurrentDive() {}
bool GlobeGPS::eventFilter(QObject *obj, QEvent *ev) {}
void GlobeGPS::prepareForGetDiveCoordinates(struct dive *dive) {}
void GlobeGPS::reload() {}