diff options
Diffstat (limited to 'core/statistics.h')
-rw-r--r-- | core/statistics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/statistics.h b/core/statistics.h index 48e75594d..8a71758f7 100644 --- a/core/statistics.h +++ b/core/statistics.h @@ -33,7 +33,7 @@ typedef struct temperature_sum_t combined_temp; unsigned int combined_count; unsigned int selection_size; - unsigned int total_sac_time; + duration_t total_sac_time; bool is_year; bool is_trip; char *location; |