diff options
Diffstat (limited to 'src/network/room_member.h')
| -rw-r--r-- | src/network/room_member.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/room_member.h b/src/network/room_member.h index 33ac18e72..37e9ea16a 100644 --- a/src/network/room_member.h +++ b/src/network/room_member.h | |||
| @@ -254,7 +254,7 @@ public: | |||
| 254 | * @param callback The function to call | 254 | * @param callback The function to call |
| 255 | * @return A handle used for removing the function from the registered list | 255 | * @return A handle used for removing the function from the registered list |
| 256 | */ | 256 | */ |
| 257 | CallbackHandle<ChatEntry> BindOnChatMessageRecieved( | 257 | CallbackHandle<ChatEntry> BindOnChatMessageReceived( |
| 258 | std::function<void(const ChatEntry&)> callback); | 258 | std::function<void(const ChatEntry&)> callback); |
| 259 | 259 | ||
| 260 | /** | 260 | /** |