summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-10-14 10:09:08 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-10-14 10:09:08 +0200
commitc6ef96a6aea24e64c70792d7eec9e5f9cc89821a (patch)
tree3375e9a7c2df1aeeb76b12f69da7c8250eb98065 /HISTORY
parent72983f3e4c753f40110fbec9ffdb0e0dd6231a91 (diff)
downloadvdr-c6ef96a6aea24e64c70792d7eec9e5f9cc89821a.tar.gz
vdr-c6ef96a6aea24e64c70792d7eec9e5f9cc89821a.tar.bz2
Made the default copy ctor and the assign operator of cRecording private
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1dade685..5c81412d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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 'ß' 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.