Made the default copy ctor and the assign operator of cRecording private

This commit is contained in:
Klaus Schmidinger
2007-10-14 10:09:08 +02:00
parent 72983f3e4c
commit c6ef96a6ae
3 changed files with 6 additions and 1 deletions

View File

@@ -5481,3 +5481,5 @@ Video Disk Recorder Revision History
- Removed a duplicate ',' from the ca_ES.po file (thanks to Thomas G<>nther).
- Added the '<27>' character to the "allowed charcaters" in the de_DE.po file
(suggested by Thomas G<>nther).
- Made the default copy ctor of cRecording private (thanks to Markus Hahn).
Same for the assign operator.