summaryrefslogtreecommitdiff
path: root/sourceparams.h
diff options
context:
space:
mode:
Diffstat (limited to 'sourceparams.h')
-rw-r--r--sourceparams.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sourceparams.h b/sourceparams.h
index be04b567..1e0a6abc 100644
--- a/sourceparams.h
+++ b/sourceparams.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: sourceparams.h 1.1 2010/02/28 11:58:03 kls Exp $
+ * $Id: sourceparams.h 4.1 2015/08/02 11:56:25 kls Exp $
*/
#ifndef __SOURCEPARAMS_H
@@ -45,7 +45,7 @@ public:
class cSourceParams : public cList<cSourceParam> {
public:
- cSourceParam *Get(char Source) const;
+ cSourceParam *Get(char Source);
};
extern cSourceParams SourceParams;