summaryrefslogtreecommitdiff
path: root/src/channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/channel.cpp')
-rw-r--r--src/channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.cpp b/src/channel.cpp
index dd52fe75d..1fda46cc5 100644
--- a/src/channel.cpp
+++ b/src/channel.cpp
@@ -26,7 +26,7 @@
#include "debug.h"
-Channel::Channel(short id,
+Channel::Channel(const short id,
const std::string &name,
const std::string &announcement) :
mId(id),