From 38d3bfe971155bc7b0bdc8a10e059f9479d1eb5d Mon Sep 17 00:00:00 2001 From: JohnJLight Date: Tue, 19 Mar 2019 14:35:57 -0400 Subject: Made use of semicolons more consitent, fixed formatting --- editor/plugins/animation_tree_editor_plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editor/plugins/animation_tree_editor_plugin.h') diff --git a/editor/plugins/animation_tree_editor_plugin.h b/editor/plugins/animation_tree_editor_plugin.h index 4a7f933bbf..4ecbf2e05e 100644 --- a/editor/plugins/animation_tree_editor_plugin.h +++ b/editor/plugins/animation_tree_editor_plugin.h @@ -41,7 +41,8 @@ #include "scene/gui/tree.h" class AnimationTreeNodeEditorPlugin : public VBoxContainer { - GDCLASS(AnimationTreeNodeEditorPlugin, VBoxContainer) + GDCLASS(AnimationTreeNodeEditorPlugin, VBoxContainer); + public: virtual bool can_edit(const Ref &p_node) = 0; virtual void edit(const Ref &p_node) = 0; -- cgit v1.2.3