diff options
Diffstat (limited to 'displaychannel.h')
-rw-r--r-- | displaychannel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannel.h b/displaychannel.h index 6a76eee..98ea0a8 100644 --- a/displaychannel.h +++ b/displaychannel.h @@ -23,7 +23,7 @@ private: virtual void Action(void); void SetProgressBar(const cEvent *present); public: - cNopacityDisplayChannel(cImageCache *imgCache, bool WithInfo); + cNopacityDisplayChannel(bool WithInfo); virtual ~cNopacityDisplayChannel(); virtual void SetChannel(const cChannel *Channel, int Number); virtual void SetEvents(const cEvent *Present, const cEvent *Following); |