Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-28 21:00:26 +0000
committerStijn Buys <ingar@osirion.org>2009-01-28 21:00:26 +0000
commit739f9dcb70d837697b6905e8256ba579a40d86fe (patch)
tree179b2b138dd731c35e41ddbd9b24cebf18507fe5 /src/core/netplayer.cc
parent6151cd514b735129563de7f3ad0fed4fbf09107e (diff)
interface cleanups, send_warn
Diffstat (limited to 'src/core/netplayer.cc')
-rw-r--r--src/core/netplayer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/netplayer.cc b/src/core/netplayer.cc
index 24a597f..0b3455f 100644
--- a/src/core/netplayer.cc
+++ b/src/core/netplayer.cc
@@ -31,7 +31,7 @@ void NetPlayer::sound(const std::string name)
player_client->send_raw(msg);
}
-void NetPlayer::message(Message::Channel channel, const std::string text)
+void NetPlayer::message(const Message::Channel channel, const std::string text)
{
if (!text.size())
return;