summaryrefslogtreecommitdiff
path: root/editor/inspector_dock.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/inspector_dock.h')
-rw-r--r--editor/inspector_dock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/inspector_dock.h b/editor/inspector_dock.h
index 688c8beed7..f347056158 100644
--- a/editor/inspector_dock.h
+++ b/editor/inspector_dock.h
@@ -31,7 +31,7 @@
#ifndef INSPECTOR_DOCK_H
#define INSPECTOR_DOCK_H
-#include "editor/animation_editor.h"
+#include "editor/animation_track_editor.h"
#include "editor/connections_dialog.h"
#include "editor/create_dialog.h"
#include "editor/editor_data.h"
@@ -121,6 +121,7 @@ protected:
static void _bind_methods();
public:
+ void go_back();
void update_keying();
void edit_resource(const Ref<Resource> &p_resource);
void open_resource(const String &p_type);