aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_data.h
diff options
context:
space:
mode:
authorBlazej Floch2018-01-08 00:50:51 -0500
committerBlazej Floch2018-01-08 03:12:41 -0500
commit9d3eb3d2b04647d8132807d6d5c733e3b79b7c9c (patch)
tree7f594bca523bfc31bd5248df213379855c6867d9 /editor/editor_data.h
parent37ca542d2bfd9aac296e82e30a76117090dea08e (diff)
downloadgodot-9d3eb3d2b04647d8132807d6d5c733e3b79b7c9c.tar.gz
godot-9d3eb3d2b04647d8132807d6d5c733e3b79b7c9c.tar.zst
godot-9d3eb3d2b04647d8132807d6d5c733e3b79b7c9c.zip
Diffstat (limited to 'editor/editor_data.h')
-rw-r--r--editor/editor_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_data.h b/editor/editor_data.h
index eacde0413..844145853 100644
--- a/editor/editor_data.h
+++ b/editor/editor_data.h
@@ -70,11 +70,11 @@ class EditorHistory {
Variant value;
};
- void _cleanup_history();
-
void _add_object(ObjectID p_object, const String &p_property, int p_level_change);
public:
+ void cleanup_history();
+
bool is_at_beginning() const;
bool is_at_end() const;