summaryrefslogtreecommitdiff
path: root/scene/3d/decal.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/decal.h')
-rw-r--r--scene/3d/decal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/3d/decal.h b/scene/3d/decal.h
index 38da4c14e3..ab39350b75 100644
--- a/scene/3d/decal.h
+++ b/scene/3d/decal.h
@@ -62,10 +62,10 @@ private:
protected:
static void _bind_methods();
- void _validate_property(PropertyInfo &property) const override;
+ void _validate_property(PropertyInfo &p_property) const;
public:
- virtual TypedArray<String> get_configuration_warnings() const override;
+ virtual PackedStringArray get_configuration_warnings() const override;
void set_extents(const Vector3 &p_extents);
Vector3 get_extents() const;