diff options
Diffstat (limited to 'include/godot_cpp/core/Variant.hpp')
-rw-r--r-- | include/godot_cpp/core/Variant.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/godot_cpp/core/Variant.hpp b/include/godot_cpp/core/Variant.hpp index 68e1210..baa1498 100644 --- a/include/godot_cpp/core/Variant.hpp +++ b/include/godot_cpp/core/Variant.hpp @@ -205,7 +205,7 @@ public: operator NodePath() const; operator RID() const; operator InputEvent() const; - operator Object() const; + operator Object*() const; operator Dictionary() const; operator Array() const; |