Added a copy constructor to cString and fixed its assignment operator

This commit is contained in:
Klaus Schmidinger
2005-11-26 14:16:02 +01:00
parent 71ccb6acb6
commit 22c5a38364
4 changed files with 15 additions and 2 deletions

View File

@@ -1544,3 +1544,6 @@ Ralf M
Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>
for translating OSD texts to the Dutch language
Holger Brunn <holger.brunn@stud.uni-karlsruhe.de>
for adding a copy constructor to cString and fixing its assignment operator