diff --git a/Globals.h b/Globals.h index 4061810..47cd589 100644 --- a/Globals.h +++ b/Globals.h @@ -17,7 +17,7 @@ public: } static const double SEC_PER_DAY() { - return 86400; + return 86400.0; } static const double MIN_PER_DAY() {