diff --git a/include/controller.hpp b/include/controller.hpp index 697e736..f8d8a51 100644 --- a/include/controller.hpp +++ b/include/controller.hpp @@ -64,7 +64,7 @@ private: std::unique_ptr sc_; std::unique_ptr oac_; - std::unique_ptr msc_; + std::unique_ptr msc_; std::atomic running_; std::atomic initialized_;