diff --git a/src/common/logging/filter.h b/src/common/logging/filter.h index f13197fc9f..f7e3b87c97 100644 --- a/src/common/logging/filter.h +++ b/src/common/logging/filter.h @@ -49,6 +49,6 @@ public: bool IsDebug() const; private: - std::array class_levels; + std::array(Class::Count)> class_levels; }; } // namespace Log