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