summaryrefslogtreecommitdiffstats
path: root/scene/2d/shape_cast_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/shape_cast_2d.h')
-rw-r--r--scene/2d/shape_cast_2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/shape_cast_2d.h b/scene/2d/shape_cast_2d.h
index a577c351fd..da7c58bacc 100644
--- a/scene/2d/shape_cast_2d.h
+++ b/scene/2d/shape_cast_2d.h
@@ -118,7 +118,7 @@ public:
void remove_exception(const CollisionObject2D *p_node);
void clear_exceptions();
- PackedStringArray get_configuration_warnings() const override;
+ Array get_configuration_warnings() const override;
ShapeCast2D();
};