summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_debugger_inspector.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/debugger/editor_debugger_inspector.h')
-rw-r--r--editor/debugger/editor_debugger_inspector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/debugger/editor_debugger_inspector.h b/editor/debugger/editor_debugger_inspector.h
index fac9525943..860c2bf582 100644
--- a/editor/debugger/editor_debugger_inspector.h
+++ b/editor/debugger/editor_debugger_inspector.h
@@ -48,7 +48,7 @@ public:
List<PropertyInfo> prop_list;
HashMap<StringName, Variant> prop_values;
- ObjectID get_remote_object_id() { return remote_object_id; };
+ ObjectID get_remote_object_id() { return remote_object_id; }
String get_title();
Variant get_variant(const StringName &p_name);