Added missing 'const' to cDevice::HasProgramme() and cDevice::HasLock()

This commit is contained in:
Klaus Schmidinger
2013-02-16 13:06:16 +01:00
parent cd2ed6cfe7
commit bb47d52f95
5 changed files with 11 additions and 10 deletions

View File

@@ -7628,3 +7628,4 @@ Video Disk Recorder Revision History
- Fixed some spellings in PLUGINS.html and Doxyfile (thanks to Ville Skytt<74>).
- Added '-p' to the cp command in the install-conf target of the Makefile (thanks to
Ville Skytt<74>).
- Added missing 'const' to cDevice::HasProgramme() and cDevice::HasLock().