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 4310c426883..be61019cef0 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -165,6 +165,7 @@ enum TimeConstants MINUTE = 60, HOUR = MINUTE*60, DAY = HOUR*24, + WEEK = DAY*7, MONTH = DAY*30, YEAR = MONTH*12, IN_MILISECONDS = 1000 |