diff options
Diffstat (limited to 'src/shared/Common.h')
-rw-r--r-- | src/shared/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h index d1bbb5e4e01..abe804bb3a4 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -164,6 +164,7 @@ enum TimeConstants HOUR = MINUTE*60, DAY = HOUR*24, MONTH = DAY*30, + YEAR = MONTH*12, IN_MILISECONDS = 1000 }; |