16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 14:49:19 +02:00

maintenance: minor code tweaks

This commit is contained in:
tmj-fstate
2019-03-12 18:49:06 +01:00
parent f1ba909a94
commit 4051892066
4 changed files with 20 additions and 15 deletions

View File

@@ -61,6 +61,9 @@ private:
// returns number of days between specified days of week
int
weekdays( int const First, int const Second ) const;
// returns true if specified year is a leap year, false otherwise
bool
is_leap( int const Year ) const;
SYSTEMTIME m_time;
double m_milliseconds{ 0.0 };