summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 09a4dda17..b682265fc 100644
--- a/dive.h
+++ b/dive.h
@@ -292,7 +292,7 @@ struct dive {
/* picture list and methods related to dive picture handling */
struct picture {
char *filename;
- duration_t offset;
+ offset_t offset;
degrees_t latitude;
degrees_t longitude;
struct picture *next;