summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-16 13:06:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-16 13:06:16 +0100
commitbb47d52f95f054db9e90f440929ea5a840456c87 (patch)
treea440216e6c394907041be51249ad5382769f0b69 /HISTORY
parentcd2ed6cfe750186948a090c47dba42fdaeea8a6a (diff)
downloadvdr-bb47d52f95f054db9e90f440929ea5a840456c87.tar.gz
vdr-bb47d52f95f054db9e90f440929ea5a840456c87.tar.bz2
Added missing 'const' to cDevice::HasProgramme() and cDevice::HasLock()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 94139d74..4238d3f7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7628,3 +7628,4 @@ Video Disk Recorder Revision History
- Fixed some spellings in PLUGINS.html and Doxyfile (thanks to Ville Skyttä).
- Added '-p' to the cp command in the install-conf target of the Makefile (thanks to
Ville Skyttä).
+- Added missing 'const' to cDevice::HasProgramme() and cDevice::HasLock().