Address some review comments
This commit is contained in:
parent
aa11d73bba
commit
4213f1c126
7 changed files with 38 additions and 52 deletions
|
@ -716,7 +716,7 @@ RoomMember::CallbackHandle<ProxyPacket> RoomMember::BindOnProxyPacketReceived(
|
|||
|
||||
RoomMember::CallbackHandle<LDNPacket> RoomMember::BindOnLdnPacketReceived(
|
||||
std::function<void(const LDNPacket&)> callback) {
|
||||
return room_member_impl->Bind(callback);
|
||||
return room_member_impl->Bind(std::move(callback));
|
||||
}
|
||||
|
||||
RoomMember::CallbackHandle<RoomInformation> RoomMember::BindOnRoomInformationChanged(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue