mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +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
|
||||
|
||||
bool
|
||||
WebRTCSession::havePlugins(bool, std::string *)
|
||||
WebRTCSession::havePlugins(bool, bool, std::string *)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue