diff --git a/src/utils/irdya_datetime.hpp b/src/utils/irdya_datetime.hpp index e8c3b7e90b25..f19b3bd458d8 100644 --- a/src/utils/irdya_datetime.hpp +++ b/src/utils/irdya_datetime.hpp @@ -56,8 +56,11 @@ class irdya_date private: EPOCH epoch; + unsigned int year = 0; + // TODO: Decide how many months and days there are! - unsigned int year = 0, month = 0, day = 0; + //unsigned int month = 0; + //unsigned int day = 0; }; bool operator<(const irdya_date& a, const irdya_date& b);