mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix build without voip
This commit is contained in:
parent
720e7fceec
commit
36e5ef1a1f
1 changed files with 1 additions and 1 deletions
|
@ -1159,7 +1159,7 @@ WebRTCSession::end()
|
||||||
#else
|
#else
|
||||||
|
|
||||||
bool
|
bool
|
||||||
WebRTCSession::havePlugins(bool, std::string *)
|
WebRTCSession::havePlugins(bool, bool, std::string *)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue