diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index e8e1d0c..ec6998b 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,4 +1,4 @@ -#include "WebRTCPeer.hpp" +#include "WebRTCLibPeer.hpp" #include "net/WebRTCPeerNative.hpp" #include <gdnative_api_struct.gen.h> @@ -21,5 +21,5 @@ extern "C" void GDN_EXPORT godot_gdnative_terminate(godot_gdnative_terminate_opt extern "C" void GDN_EXPORT godot_nativescript_init(void *handle) { godot::Godot::nativescript_init(handle); - godot::register_class<godot_webrtc::WebRTCPeer>(); + godot::register_class<godot_webrtc::WebRTCLibPeer>(); } |