summaryrefslogtreecommitdiff
path: root/scene/3d/joint_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/joint_3d.h')
-rw-r--r--scene/3d/joint_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/joint_3d.h b/scene/3d/joint_3d.h
index cb967023e8..5af427446f 100644
--- a/scene/3d/joint_3d.h
+++ b/scene/3d/joint_3d.h
@@ -63,7 +63,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;