forked from eden-emu/eden
Fix more typos
This commit is contained in:
parent
f124461674
commit
2044ae6b3a
36 changed files with 86 additions and 86 deletions
|
@ -724,7 +724,7 @@ RoomMember::CallbackHandle<RoomInformation> RoomMember::BindOnRoomInformationCha
|
|||
return room_member_impl->Bind(callback);
|
||||
}
|
||||
|
||||
RoomMember::CallbackHandle<ChatEntry> RoomMember::BindOnChatMessageRecieved(
|
||||
RoomMember::CallbackHandle<ChatEntry> RoomMember::BindOnChatMessageReceived(
|
||||
std::function<void(const ChatEntry&)> callback) {
|
||||
return room_member_impl->Bind(callback);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue