diff options
Diffstat (limited to 'src/shared/Common.h')
-rw-r--r-- | src/shared/Common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h index 9f5b9473bd9..d1bbb5e4e01 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -163,7 +163,8 @@ enum TimeConstants MINUTE = 60, HOUR = MINUTE*60, DAY = HOUR*24, - MONTH = DAY*30 + MONTH = DAY*30, + IN_MILISECONDS = 1000 }; enum AccountTypes |