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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/bone_map.h b/scene/resources/bone_map.h
index 17452dfc73..e1bb571df9 100644
--- a/scene/resources/bone_map.h
+++ b/scene/resources/bone_map.h
@@ -45,7 +45,7 @@ class BoneMap : public Resource {
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 _validate_property(PropertyInfo &p_property) const;
void _get_property_list(List<PropertyInfo> *p_list) const;
static void _bind_methods();