diff options
Diffstat (limited to 'src/net/WebRTCPeerNative.cpp')
-rw-r--r-- | src/net/WebRTCPeerNative.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/WebRTCPeerNative.cpp b/src/net/WebRTCPeerNative.cpp index 449cca2..a0872bc 100644 --- a/src/net/WebRTCPeerNative.cpp +++ b/src/net/WebRTCPeerNative.cpp @@ -1,6 +1,6 @@ #include "WebRTCPeerNative.hpp" -const godot_gdnative_ext_net_api_struct *WebRTCPeerNative::_net_api = NULL; +const godot_gdnative_ext_net_3_2_api_struct *WebRTCPeerNative::_net_api = NULL; void WebRTCPeerNative::register_interface(const godot_net_webrtc_peer *p_interface) { ERR_FAIL_COND(!_net_api); |