From dfc98e5f3a8833fdc516dd857a7f690384d28df0 Mon Sep 17 00:00:00 2001 From: chatlanin Date: Wed, 10 Jul 2024 13:26:17 +0300 Subject: [PATCH] fix defr --- src/trs/trs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/trs/trs.hpp b/src/trs/trs.hpp index 080e883..0e11c75 100644 --- a/src/trs/trs.hpp +++ b/src/trs/trs.hpp @@ -66,7 +66,7 @@ namespace trs private: std::string m_service_name; - bool m_log_to_console = true; + bool m_log_to_console { true }; function_manager m_function_manager; inspector m_inspector;