Skip to content
Snippets Groups Projects
Commit ef3e9fd4 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

IceTransport: move callback in setOnShutdown

Change-Id: Iacd7f4a80378a4e0c17821bc217e2a073ab8fb70
parent 986f0eb1
Branches
No related tags found
No related merge requests found
......@@ -1662,7 +1662,7 @@ IceTransport::setOnRecv(unsigned compId, IceRecvCb cb)
void
IceTransport::setOnShutdown(onShutdownCb&& cb)
{
pimpl_->scb = cb;
pimpl_->scb = std::move(cb);
}
ssize_t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment