summaryrefslogtreecommitdiff
path: root/server/streamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/streamer.h')
-rw-r--r--server/streamer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/streamer.h b/server/streamer.h
index 74c9524..d9b2998 100644
--- a/server/streamer.h
+++ b/server/streamer.h
@@ -92,6 +92,8 @@ public:
virtual void Detach(void) {}
virtual void Attach(void) {}
+
+ virtual cString ToText() const { return ""; };
};
inline bool cStreamdevStreamer::Abort(void)