summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-12-29 14:15:56 -0800
committerSteven Noonan <steven@uplinklabs.net>2009-12-29 17:07:38 -0800
commit80cea433b4d6e3b13bbc624f82e2de4e5dfd4360 (patch)
treedfb3e3a2d1ae41266a39a680d34d51bdd8c655be /crawl-ref/source/message.h
parent456c88a32cdf9080e07cc8007cc558c6e4a3812a (diff)
downloadcrawl-ref-80cea433b4d6e3b13bbc624f82e2de4e5dfd4360.tar.gz
crawl-ref-80cea433b4d6e3b13bbc624f82e2de4e5dfd4360.zip
message.h: remove superfluous semicolon
This blows up on clang++ and pedantic GCC builds. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 7e878fbc28..8af1f17d7e 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -87,7 +87,7 @@ namespace msg
{
public:
mpr_stream_buf(msg_channel_type chan);
- virtual ~mpr_stream_buf() {};
+ virtual ~mpr_stream_buf() {}
void set_param(int p);
void set_muted(bool m);
protected: