mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
compat: Fix comptability check in webrtc node-type
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
1e6c714560
commit
f192b22e48
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
*
|
||||
* Since libdatachannel 0.20, operator<< has been moved into the rtc namespace.
|
||||
*/
|
||||
#if RTC_VERSION <= 0x001400
|
||||
#if RTC_VERSION < 0x001400
|
||||
namespace rtc {
|
||||
using ::operator<<;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue