summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2018-08-12 19:50:09 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2018-08-12 19:50:09 +0200
commit169252bf60c4006daedb78a3502d17da401722f6 (patch)
tree5f58060b913e6ed3d538dc8419322a98b5a1bce4 /src
parent323cd811c41a9443b71b2ab3029fd1e3321dc7ae (diff)
downloadfork-godot-webrtc-native-169252bf60c4006daedb78a3502d17da401722f6.tar.gz
fork-godot-webrtc-native-169252bf60c4006daedb78a3502d17da401722f6.tar.bz2
fork-godot-webrtc-native-169252bf60c4006daedb78a3502d17da401722f6.zip
Update binding to latest version
Diffstat (limited to 'src')
-rw-r--r--src/net/WebRTCPeerNative.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/WebRTCPeerNative.hpp b/src/net/WebRTCPeerNative.hpp
index 603ba34..fe2a8a7 100644
--- a/src/net/WebRTCPeerNative.hpp
+++ b/src/net/WebRTCPeerNative.hpp
@@ -3,7 +3,7 @@
#include <Godot.hpp>
#include <Reference.hpp>
-#include <WebRTCPeer.hpp>
+#include <WebRTCPeerGDNative.hpp>
#include <net/godot_net.h>
@@ -24,8 +24,8 @@ godot_error set_local_description_wp(void *, const char *, const char *);
godot_error add_ice_candidate_wp(void *, const char *, int, const char *);
godot_error poll_wp(void *);
-class WebRTCPeerNative : public godot::WebRTCPeer {
- GODOT_CLASS(WebRTCPeerNative, godot::WebRTCPeer);
+class WebRTCPeerNative : public godot::WebRTCPeerGDNative {
+ GODOT_CLASS(WebRTCPeerNative, godot::WebRTCPeerGDNative);
protected:
godot_net_webrtc_peer interface = {