diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-04-24 15:32:11 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-04-24 15:32:11 +0200 |
commit | ba70704694e879246856d6bb98be3e3d01ab0156 (patch) | |
tree | 048e718409a1cec97c8ca01828920a962e28acfa /dvbapi.h | |
parent | 8a84f6b751f54b71f2476beef2eec10a9c919f36 (diff) | |
download | vdr-ba70704694e879246856d6bb98be3e3d01ab0156.tar.gz vdr-ba70704694e879246856d6bb98be3e3d01ab0156.tar.bz2 |
Improved replay progress display
Diffstat (limited to 'dvbapi.h')
-rw-r--r-- | dvbapi.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: dvbapi.h 1.7 2000/04/24 10:46:47 kls Exp $ + * $Id: dvbapi.h 1.8 2000/04/24 15:31:07 kls Exp $ */ #ifndef __DVBAPI_H @@ -75,7 +75,7 @@ private: int lastProgress; char *replayTitle; public: - void ShowProgress(bool Initial = false); + bool ShowProgress(bool Initial = false); // Channel facilities |