1
0
This commit is contained in:
Holger Börchers 2018-11-03 21:05:19 +01:00
parent 0a4e6cc4dc
commit 44a7497afd

View File

@ -11,7 +11,7 @@ public:
string name; string name;
string first_name; string first_name;
tm day_of_birth; tm day_of_birth;
int taken_days; int holidays;
}; };