summaryrefslogtreecommitdiff
path: root/ao-tools/lib/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ao-tools/lib/cc.h')
-rw-r--r--ao-tools/lib/cc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ao-tools/lib/cc.h b/ao-tools/lib/cc.h
index 3975cf1b..57f80b8d 100644
--- a/ao-tools/lib/cc.h
+++ b/ao-tools/lib/cc.h
@@ -75,6 +75,7 @@ struct cc_timedata {
int num;
int size;
struct cc_timedataelt *data;
+ double time_offset;
};
@@ -92,8 +93,8 @@ struct cc_gpselt {
struct cc_gpsdata {
int num;
int size;
- double time_offset;
struct cc_gpselt *data;
+ double time_offset;
};
/*