summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannel.c b/displaychannel.c
index 208cb88..ce5c0ee 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -7,7 +7,7 @@
#include <vdr/osd.h>
#include <vdr/menu.h>
-cNopacityDisplayChannel::cNopacityDisplayChannel(bool WithInfo) {
+cNopacityDisplayChannel::cNopacityDisplayChannel(bool WithInfo) : cThread("DisplayChannel") {
groupSep = false;
present = NULL;
following = NULL;