1
0

more fine tuning

This commit is contained in:
Holger Boerchers 2018-11-20 22:46:18 +01:00
parent afcf93f666
commit 0169e15d0e

View File

@ -259,7 +259,7 @@ void modify_employee()
break; break;
case 2: case 2:
employees.remove(*current); employees.remove(*current);
cout << "Benutzer gel\x94scht"; cout << "Benutzer gel\x94scht" << endl;
system("pause"); system("pause");
end_program = true; end_program = true;
break; break;