diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 2 |
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; |