diff options
Diffstat (limited to 'qthelper.h')
-rw-r--r-- | qthelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qthelper.h b/qthelper.h index fe0a47be3..528c6366d 100644 --- a/qthelper.h +++ b/qthelper.h @@ -12,7 +12,7 @@ extern QTranslator *qtTranslator, *ssrfTranslator; QString weight_string(int weight_in_grams); -bool gpsHasChanged(struct dive *dive, struct dive *master, const QString &gps_text, bool *parsed); +bool gpsHasChanged(struct dive *dive, struct dive *master, const QString &gps_text, bool *parsed_out = 0); QString printGPSCoords(int lat, int lon); QList<int> getDivesInTrip(dive_trip_t *trip); QString gasToStr(struct gasmix gas); |