summaryrefslogtreecommitdiff
path: root/server/livestreamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/livestreamer.h')
-rw-r--r--server/livestreamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/livestreamer.h b/server/livestreamer.h
index 8c7fc88..db546ec 100644
--- a/server/livestreamer.h
+++ b/server/livestreamer.h
@@ -49,7 +49,7 @@ public:
bool SetChannel(const cChannel *Channel, eStreamType StreamType, const int* Apid = NULL, const int* Dpid = NULL);
void SetPriority(int Priority);
void GetSignal(int *DevNum, int *Strength, int *Quality) const;
- cString ToText() const;
+ virtual cString ToText() const;
void Receive(uchar *Data, int Length);
virtual bool IsReceiving(void) const;