diff --git a/Task.cpp b/Task.cpp index ce084ff..47e3734 100644 --- a/Task.cpp +++ b/Task.cpp @@ -54,7 +54,7 @@ namespace models ostream& operator<<(ostream& os, const Task& t) { - os << t.get_id() << " %" << t.get_name() << "% %" << t.get_description(); + os << t.get_id() << " %" << t.get_name() << "% %" << t.get_description() << "%"; // Fügt Childen Task mit passenden Lehrzeichen hinzu if (!t.children.empty()) os << " ";