aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_path.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--editor/editor_path.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/editor/editor_path.h b/editor/editor_path.h
index d12bcd92f..7603eab0c 100644
--- a/editor/editor_path.h
+++ b/editor/editor_path.h
@@ -29,24 +29,21 @@
#ifndef EDITOR_PATH_H
#define EDITOR_PATH_H
-#include "scene/gui/control.h"
#include "editor_data.h"
+#include "scene/gui/control.h"
class EditorPath : public Control {
- OBJ_TYPE(EditorPath,Control);
+ OBJ_TYPE(EditorPath, Control);
EditorHistory *history;
-
EditorPath();
protected:
-
void _notification(int p_what);
public:
-
void update_path();
EditorPath(EditorHistory *p_history);