summaryrefslogtreecommitdiff
path: root/displaychannel.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-07-05 14:54:03 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-07-12 14:00:56 +0200
commitf836d7aa18b562faa32871d3f4e8a5e1d45c6982 (patch)
tree971c2ba7f4e878fa790f7f7598dd1fa5c0365aba /displaychannel.h
parentb3e5626b9644b0cb88b4768c0c0c4561788a8a6e (diff)
downloadskin-nopacity-f836d7aa18b562faa32871d3f4e8a5e1d45c6982.tar.gz
skin-nopacity-f836d7aa18b562faa32871d3f4e8a5e1d45c6982.tar.bz2
Small simplification in display channel
channelchange can be kept in cNopacityDisplayChannel. So this variable can be deleted in cNopacityDisplayChannelView.
Diffstat (limited to 'displaychannel.h')
-rw-r--r--displaychannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannel.h b/displaychannel.h
index fa3c3ce..f1f95d5 100644
--- a/displaychannel.h
+++ b/displaychannel.h
@@ -24,7 +24,7 @@ private:
void SetProgressBar(const cEvent *present);
public:
cNopacityDisplayChannel(bool WithInfo);
- virtual ~cNopacityDisplayChannel();
+ virtual ~cNopacityDisplayChannel(void);
virtual void SetChannel(const cChannel *Channel, int Number);
virtual void SetEvents(const cEvent *Present, const cEvent *Following);
virtual void SetMessage(eMessageType Type, const char *Text);