Fixed cReplayControl::Show() to avoid a compiler warning in g++ 3.2.3

This commit is contained in:
Klaus Schmidinger
2003-05-24 16:41:35 +02:00
parent 44dbfe9f38
commit faafa62587
4 changed files with 15 additions and 6 deletions

View File

@@ -2195,3 +2195,5 @@ Video Disk Recorder Revision History
different transponder. If this fails, a channel up/down switch is attempted as
a fallback solution (thanks to Lauri Tischler for reporting this one, and to
Hermann Gausterer for suggesting to switch to the recording channel).
- Fixed cReplayControl::Show() to avoid a compiler warning in g++ 3.2.3 (thanks
to Jan Ekholm for reporting this one).