Update klassenDiagramm authored by Michael Guist's avatar Michael Guist
......@@ -78,9 +78,9 @@ In Code umgesetzt ergeben sich folgende Strukturen:
class Student;<p>
<p>
class FB<p>
{<p>
std::vector<Studenten *> pStudenten;<p>
};<p>
{<br>
std::vector<Studenten *> pStudenten;<br>
};<br>
#endif<p>
<p><p>
// Student.h<p>
......
......