diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-05-19 11:56:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 11:56:29 +0200 |
commit | 71c40ff4da85a4770958533cdc65f2c9f7ddeaff (patch) | |
tree | ed7ad88cad6f12c4c60f8db404a2bc192ca11fbb /modules | |
parent | c0d189fbb85cbfc1b7e91e38d882e123730f7e98 (diff) | |
parent | fc3b845c072538f33836db38eb9d4f4d3fcfb16a (diff) |
Merge pull request #61180 from timothyqiu/property-extract
Diffstat (limited to 'modules')
-rw-r--r-- | modules/webrtc/webrtc_data_channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webrtc/webrtc_data_channel.h b/modules/webrtc/webrtc_data_channel.h index eac8f85a84..75e29283ec 100644 --- a/modules/webrtc/webrtc_data_channel.h +++ b/modules/webrtc/webrtc_data_channel.h @@ -33,7 +33,7 @@ #include "core/io/packet_peer.h" -#define WRTC_IN_BUF "network/limits/webrtc/max_channel_in_buffer_kb" +#define WRTC_IN_BUF PNAME("network/limits/webrtc/max_channel_in_buffer_kb") class WebRTCDataChannel : public PacketPeer { GDCLASS(WebRTCDataChannel, PacketPeer); |