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