修复编译问题
This commit is contained in:
parent
19c5323633
commit
2708c85d57
|
|
@ -520,7 +520,7 @@ namespace RTC
|
||||||
return;
|
return;
|
||||||
|
|
||||||
this->selectedTuple = storedTuple;
|
this->selectedTuple = storedTuple;
|
||||||
this->lastSelectedTuple = static_pointer_cast<RTC::TransportTuple>(storedTuple->shared_from_this());
|
this->lastSelectedTuple = std::static_pointer_cast<RTC::TransportTuple>(storedTuple->shared_from_this());
|
||||||
|
|
||||||
// Notify the listener.
|
// Notify the listener.
|
||||||
this->listener->OnIceServerSelectedTuple(this, this->selectedTuple);
|
this->listener->OnIceServerSelectedTuple(this, this->selectedTuple);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue