summaryrefslogtreecommitdiff
path: root/modules/gdnative/nativearvr/arvr_interface_gdnative.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/nativearvr/arvr_interface_gdnative.h')
-rw-r--r--modules/gdnative/nativearvr/arvr_interface_gdnative.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/gdnative/nativearvr/arvr_interface_gdnative.h b/modules/gdnative/nativearvr/arvr_interface_gdnative.h
index 04730571b7..e45b51e070 100644
--- a/modules/gdnative/nativearvr/arvr_interface_gdnative.h
+++ b/modules/gdnative/nativearvr/arvr_interface_gdnative.h
@@ -46,17 +46,15 @@ class ARVRInterfaceGDNative : public ARVRInterface {
void cleanup();
protected:
- godot_arvr_interface_gdnative *interface;
+ const godot_arvr_interface_gdnative *interface;
void *data;
- static void _bind_methods();
-
public:
/** general interface information **/
ARVRInterfaceGDNative();
~ARVRInterfaceGDNative();
- void set_interface(StringName p_name);
+ void set_interface(const godot_arvr_interface_gdnative *p_interface);
virtual StringName get_name() const;
virtual int get_capabilities() const;