diff --git a/libraries/libmesosphere/include/mesosphere/kern_k_auto_object_container.hpp b/libraries/libmesosphere/include/mesosphere/kern_k_auto_object_container.hpp index a534a3d..e7b18cd 100644 --- a/libraries/libmesosphere/include/mesosphere/kern_k_auto_object_container.hpp +++ b/libraries/libmesosphere/include/mesosphere/kern_k_auto_object_container.hpp @@ -96,7 +96,7 @@ size_t count = 0; for (const auto &obj : list) { - MESOSPHERE_AUDIT(obj.DynamicCast() != nullptr); + MESOSPHERE_AUDIT(obj.template DynamicCast() != nullptr); if (static_cast(obj).GetOwner() == owner) { ++count; }