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

@@ -3955,3 +3955,5 @@ Video Disk Recorder Revision History
and isn't actively used, yet.
- Fixed SetProgress() in the 'skincurses' plugin in case Total is 0 (reported
by Stefan Huelswitt).
- Added a copy constructor to cString and fixed its assignment operator
(thanks to Holger Brunn).