From 5ba92e5a57b98ec403f036af7551844679c55cd1 Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Tue, 30 Jan 2024 21:03:28 +0100 Subject: Fix some DEFVALs to use the right type - Use `StringName()` in DEFVAL for StringNames. - Use `Variant()` in DEFVAL for Variants. --- scene/main/window.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scene/main/window.h') diff --git a/scene/main/window.h b/scene/main/window.h index 73dba67f45..70ee744344 100644 --- a/scene/main/window.h +++ b/scene/main/window.h @@ -245,6 +245,10 @@ protected: void _notification(int p_what); static void _bind_methods(); +#ifndef DISABLE_DEPRECATED + static void _bind_compatibility_methods(); +#endif + bool _set(const StringName &p_name, const Variant &p_value); bool _get(const StringName &p_name, Variant &r_ret) const; void _get_property_list(List *p_list) const; -- cgit v1.2.3