summaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qthelper.cpp')
-rw-r--r--qthelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qthelper.cpp b/qthelper.cpp
index 2cecb9774..a5e450eff 100644
--- a/qthelper.cpp
+++ b/qthelper.cpp
@@ -260,7 +260,7 @@ QList<int> getDivesInTrip(dive_trip_t *trip)
// it doesn't change during the life time of a Subsurface session
// oh, and it has no meaning whatsoever - that's why we have the
// silly initial number and increment by 3 :-)
-int getUniqID(struct dive *d)
+int dive_getUniqID(struct dive *d)
{
static QSet<int> ids;
static int maxId = 83529;