summaryrefslogtreecommitdiffstats
path: root/scene/3d/bone_attachment_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/bone_attachment_3d.h')
-rw-r--r--scene/3d/bone_attachment_3d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/3d/bone_attachment_3d.h b/scene/3d/bone_attachment_3d.h
index 1bf44c2756..13fdccab3c 100644
--- a/scene/3d/bone_attachment_3d.h
+++ b/scene/3d/bone_attachment_3d.h
@@ -71,7 +71,8 @@ public:
virtual void notify_skeleton_bones_renamed(Node *p_base_scene, Skeleton3D *p_skeleton, Dictionary p_rename_map);
#endif // TOOLS_ENABLED
- virtual PackedStringArray get_configuration_warnings() const override;
+public:
+ virtual Array get_configuration_warnings() const override;
void set_bone_name(const String &p_name);
String get_bone_name() const;