From 0169e15d0efa4518c02441fd7ed2cf5c0910cdf6 Mon Sep 17 00:00:00 2001 From: Holger Boerchers Date: Tue, 20 Nov 2018 22:46:18 +0100 Subject: [PATCH] more fine tuning --- Urlaubsverwaltung/Urlaubsverwaltung.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;