summaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h
index 294620df7..3532b4a59 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -295,7 +295,7 @@ struct extra_data {
*/
struct divecomputer {
timestamp_t when;
- duration_t duration, surfacetime;
+ duration_t duration, surfacetime, last_manual_time;
depth_t maxdepth, meandepth;
temperature_t airtemp, watertemp;
pressure_t surface_pressure;