Make 86400 a double

feature/19
Daniel Warner 2011-03-29 16:26:10 +01:00
parent 971b7944e3
commit 162ef0822d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public:
} }
static const double SEC_PER_DAY() { static const double SEC_PER_DAY() {
return 86400; return 86400.0;
} }
static const double MIN_PER_DAY() { static const double MIN_PER_DAY() {