1

corrections

This commit is contained in:
churl
2022-04-17 16:56:48 +02:00
parent 786e8e27b6
commit 4d0fcb19e1
4 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@ private:
CGA_Stream(CGA_Stream &copy); // Verhindere Kopieren
public:
CGA_Stream () : OutStream(), CGA () { flush(); }
CGA_Stream () : OutStream(), CGA() { flush(); }
// Methode zur Ausgabe des Pufferinhalts der Basisklasse StringBuffer.
virtual void flush ();