diff --git a/Urlaubsverwaltung/Urlaubsverwaltung.cpp b/Urlaubsverwaltung/Urlaubsverwaltung.cpp index 6f66ded..a6d5803 100644 --- a/Urlaubsverwaltung/Urlaubsverwaltung.cpp +++ b/Urlaubsverwaltung/Urlaubsverwaltung.cpp @@ -259,7 +259,7 @@ void modify_employee() break; case 2: employees.remove(*current); - cout << "Benutzer gel\x94scht"; + cout << "Benutzer gel\x94scht" << endl; system("pause"); end_program = true; break;