diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-07-31 11:38:40 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-07-31 11:38:40 +0200 |
commit | d6b8a2832973d7bf767039a91905059bc7800452 (patch) | |
tree | 8619687adc86498cafeea97eb7d54b7b44fee7d8 /lirc.h | |
parent | 44a4d1211783e8b0436ff988158a39ecab119524 (diff) | |
download | vdr-d6b8a2832973d7bf767039a91905059bc7800452.tar.gz vdr-d6b8a2832973d7bf767039a91905059bc7800452.tar.bz2 |
Added the command line options '--lirc', '--rcu' and '--no-kbd'
Diffstat (limited to 'lirc.h')
-rw-r--r-- | lirc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: lirc.h 1.2 2003/04/12 14:15:20 kls Exp $ + * $Id: lirc.h 1.3 2005/07/31 10:18:15 kls Exp $ */ #ifndef __LIRC_H @@ -19,7 +19,7 @@ private: int f; virtual void Action(void); public: - cLircRemote(char *DeviceName); + cLircRemote(const char *DeviceName); virtual ~cLircRemote(); virtual bool Ready(void); }; |