summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-10-05 09:51:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-10-05 09:51:02 +0200
commitf163e785fb345c9e2589110724da1cc762af3cf9 (patch)
tree31380b1593fadfc638f1f287cc8518a675d66291 /interface.h
parente4c3316bd2e1715eeba3685495f3e876ddeaac42 (diff)
downloadvdr-f163e785fb345c9e2589110724da1cc762af3cf9.tar.gz
vdr-f163e785fb345c9e2589110724da1cc762af3cf9.tar.bz2
Fixed handling rc key learning in case cRemote::Initialize() returns 'false'
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.h b/interface.h
index e78b9ebc..bcc29df0 100644
--- a/interface.h
+++ b/interface.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: interface.h 1.29 2002/11/30 14:37:04 kls Exp $
+ * $Id: interface.h 1.30 2003/10/05 09:42:53 kls Exp $
*/
#ifndef __INTERFACE_H
@@ -24,7 +24,7 @@ private:
int cols[MaxCols];
bool interrupted;
cSVDRP *SVDRP;
- void QueryKeys(cRemote *Remote);
+ bool QueryKeys(cRemote *Remote);
void HelpButton(int Index, const char *Text, eDvbColor FgColor, eDvbColor BgColor);
eKeys Wait(int Seconds = 0, bool KeepChar = false);
public: