summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_blend_tree_editor_plugin.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2019-01-18 13:01:24 -0300
committerJuan Linietsky <reduzio@gmail.com>2019-01-18 13:01:24 -0300
commit541422a4a28c873142af9bfc988468b3e9e05948 (patch)
treeaecc6e1115ad99e7088dc0c7a3225810fc13c4c9 /editor/plugins/animation_blend_tree_editor_plugin.h
parent580bebda520866e229cc52b937f371a9848086a3 (diff)
downloadredot-engine-541422a4a28c873142af9bfc988468b3e9e05948.tar.gz
Clean up and fix issues after merging #21701 , closes #21104
Diffstat (limited to 'editor/plugins/animation_blend_tree_editor_plugin.h')
-rw-r--r--editor/plugins/animation_blend_tree_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_blend_tree_editor_plugin.h b/editor/plugins/animation_blend_tree_editor_plugin.h
index 6df62c33da..f2a77cecb4 100644
--- a/editor/plugins/animation_blend_tree_editor_plugin.h
+++ b/editor/plugins/animation_blend_tree_editor_plugin.h
@@ -104,7 +104,7 @@ class AnimationNodeBlendTreeEditor : public AnimationTreeNodeEditorPlugin {
void _filter_toggled();
Ref<AnimationNode> _filter_edit;
- void _property_changed(const StringName &p_property, const Variant &p_value);
+ void _property_changed(const StringName &p_property, const Variant &p_value, const String &p_field, bool p_changing);
void _removed_from_graph();
EditorFileDialog *open_file;