summaryrefslogtreecommitdiff
path: root/scene/resources/bone_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/bone_map.h')
-rw-r--r--scene/resources/bone_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/bone_map.h b/scene/resources/bone_map.h
index 4b7928015d..17452dfc73 100644
--- a/scene/resources/bone_map.h
+++ b/scene/resources/bone_map.h
@@ -46,6 +46,7 @@ protected:
bool _get(const StringName &p_path, Variant &r_ret) const;
bool _set(const StringName &p_path, const Variant &p_value);
virtual void _validate_property(PropertyInfo &property) const override;
+ void _get_property_list(List<PropertyInfo> *p_list) const;
static void _bind_methods();
public: