From d28420450d30960dae6478d4cd727db2291d3eae Mon Sep 17 00:00:00 2001 From: Justin Scofield Date: Tue, 19 Jul 2022 19:24:19 +0000 Subject: [PATCH] namespace correctness --- src/app/core/controller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/controller.h b/src/app/core/controller.h index 0f8d556a..3d4b8381 100644 --- a/src/app/core/controller.h +++ b/src/app/core/controller.h @@ -45,7 +45,7 @@ class Controller { }; bool active_; - app::editor::Editor editor_; + editor::Editor editor_; std::shared_ptr sdl_window_; std::shared_ptr sdl_renderer_; };