summaryrefslogtreecommitdiff
path: root/scene/2d/joint_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/joint_2d.h')
-rw-r--r--scene/2d/joint_2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/joint_2d.h b/scene/2d/joint_2d.h
index e3cd600cbd..8b145be6ae 100644
--- a/scene/2d/joint_2d.h
+++ b/scene/2d/joint_2d.h
@@ -62,7 +62,7 @@ protected:
_FORCE_INLINE_ bool is_configured() const { return configured; }
public:
- virtual TypedArray<String> get_configuration_warnings() const override;
+ virtual PackedStringArray get_configuration_warnings() const override;
void set_node_a(const NodePath &p_node_a);
NodePath get_node_a() const;