diff options
Diffstat (limited to 'editor/editor_profiler.h')
-rw-r--r-- | editor/editor_profiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_profiler.h b/editor/editor_profiler.h index e62213887d..46c13d257a 100644 --- a/editor/editor_profiler.h +++ b/editor/editor_profiler.h @@ -42,7 +42,7 @@ class EditorProfiler : public VBoxContainer { - GDCLASS(EditorProfiler, VBoxContainer) + GDCLASS(EditorProfiler, VBoxContainer); public: struct Metric { |