forked from University/epr24pr5-ojanssen2
fix: fixed tasks again
This commit is contained in:
parent
dd43bd8bb4
commit
31e84d54bf
1 changed files with 1 additions and 1 deletions
2
Task.cpp
2
Task.cpp
|
@ -54,7 +54,7 @@ namespace models
|
||||||
|
|
||||||
ostream& operator<<(ostream& os, const Task& t)
|
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
|
// Fügt Childen Task mit passenden Lehrzeichen hinzu
|
||||||
if (!t.children.empty())
|
if (!t.children.empty())
|
||||||
os << " ";
|
os << " ";
|
||||||
|
|
Loading…
Add table
Reference in a new issue