diff --git a/src/common/Utilities/Util.h b/src/common/Utilities/Util.h index 33351793146..852166c3cab 100644 --- a/src/common/Utilities/Util.h +++ b/src/common/Utilities/Util.h @@ -328,10 +328,10 @@ TC_COMMON_API bool StringToBool(std::string const& str); template class HookList final { - typedef std::vector ContainerType; - private: - typename ContainerType _container; + typedef std::vector ContainerType; + + ContainerType _container; public: typedef typename ContainerType::iterator iterator;