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_; };