summaryrefslogtreecommitdiff
path: root/src/chat-server/chatchannelmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat-server/chatchannelmanager.h')
-rw-r--r--src/chat-server/chatchannelmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chat-server/chatchannelmanager.h b/src/chat-server/chatchannelmanager.h
index b7f19eee..9a18954f 100644
--- a/src/chat-server/chatchannelmanager.h
+++ b/src/chat-server/chatchannelmanager.h
@@ -76,14 +76,14 @@ class ChatChannelManager
/**
* Returns the chat channel with the given channel ID.
*
- * @return The chat channel, or NULL when it doesn't exist.
+ * @return The chat channel, or nullptr when it doesn't exist.
*/
ChatChannel *getChannel(int channelId);
/**
* Returns the chat channel with the given channel name.
*
- * @return The chat channel, or NULL when it doesn't exist.
+ * @return The chat channel, or nullptr when it doesn't exist.
*/
ChatChannel *getChannel(const std::string &name);