summaryrefslogtreecommitdiffstats
path: root/core/string-format.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/string-format.h')
-rw-r--r--core/string-format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/string-format.h b/core/string-format.h
index 12f36bd11..54a40b890 100644
--- a/core/string-format.h
+++ b/core/string-format.h
@@ -24,5 +24,6 @@ QString formatDiveDuration(const dive *d);
QString formatDiveGPS(const dive *d);
QString formatDiveDate(const dive *d);
QString formatDiveTime(const dive *d);
+QString formatDiveDateTime(const dive *d);
#endif