1
0
Fork 0
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:
Steffen Vogel 2024-03-27 11:59:27 +01:00 committed by pipeacosta
parent 1e6c714560
commit f192b22e48

View file

@ -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<<;
}