Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;