diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-04-12 13:52:57 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-04-12 13:52:57 +0200 |
commit | 0e5bc7773af3a654483b6525eb9ff494153c0cb8 (patch) | |
tree | a8c56d02df0dd84b6ba6bc58f0a1b5043c6436af /channels.h | |
parent | e59c6ac433e50f76986331a3ff2e610e60ddf4b5 (diff) | |
download | vdr-0e5bc7773af3a654483b6525eb9ff494153c0cb8.tar.gz vdr-0e5bc7773af3a654483b6525eb9ff494153c0cb8.tar.bz2 |
Fixed displaying transponder data when it is modified
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: channels.h 2.1 2008/04/12 10:49:51 kls Exp $ + * $Id: channels.h 2.2 2008/04/12 13:46:50 kls Exp $ */ #ifndef __CHANNELS_H @@ -156,6 +156,7 @@ private: mutable const cSchedule *schedule; cLinkChannels *linkChannels; cChannel *refChannel; + cString TransponderDataToString(void) const; cString ParametersToString(void) const; bool StringToParameters(const char *s); public: |