diff --git a/include/CommonAPI/Logger.hpp b/include/CommonAPI/Logger.hpp index 0658be8..70bc3c7 100644 --- a/include/CommonAPI/Logger.hpp +++ b/include/CommonAPI/Logger.hpp @@ -28,7 +28,7 @@ namespace CommonAPI { class Logger { public: - enum class Level : std::uint8_t COMMONAPI_EXPORT { + enum class Level : std::uint8_t { CAPI_LOG_NONE = 0, CAPI_LOG_FATAL = 1, CAPI_LOG_ERROR = 2,