diff options
Diffstat (limited to 'editor/plugins/animation_library_editor.h')
| -rw-r--r-- | editor/plugins/animation_library_editor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/plugins/animation_library_editor.h b/editor/plugins/animation_library_editor.h index 49a5c786d3..b656642a7c 100644 --- a/editor/plugins/animation_library_editor.h +++ b/editor/plugins/animation_library_editor.h @@ -37,6 +37,7 @@ #include "scene/gui/dialogs.h" #include "scene/gui/tree.h" +class AnimationMixer; class EditorFileDialog; class AnimationLibraryEditor : public AcceptDialog { @@ -90,7 +91,7 @@ class AnimationLibraryEditor : public AcceptDialog { Tree *tree = nullptr; - Object *mixer = nullptr; + AnimationMixer *mixer = nullptr; void _add_library(); void _add_library_validate(const String &p_name); |
