summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 86474a585e..f82741b0b9 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -109,6 +109,7 @@ namespace msg
{
public:
mpr_stream_buf(msg_channel_type chan);
+ virtual ~mpr_stream_buf() {};
void set_param(int p);
void set_muted(bool m);
protected: