diff --git a/src/constants/public/const.h b/src/constants/public/const.h index 79c1094..910e851 100644 --- a/src/constants/public/const.h +++ b/src/constants/public/const.h @@ -20,9 +20,7 @@ // *********************************************************************** */ #pragma once #include -#include #include -#include #include #include @@ -95,7 +93,7 @@ private: public: /** - * @brief get instance of constants singelton + * @brief get instance of constants singleton * @return instance of constants */ static Constants& getInstance() { @@ -107,7 +105,7 @@ public: * @brief Check if constants are loaded. * @return True if constants are loaded, false otherwise. */ - bool isLoaded() { return loaded_; } + bool isLoaded() const { return loaded_; } /** * @brief Get a constant by key.