diff --git a/src/umpire/ResourceManager.hpp b/src/umpire/ResourceManager.hpp index e39ce9fb2..dc5bd52c6 100644 --- a/src/umpire/ResourceManager.hpp +++ b/src/umpire/ResourceManager.hpp @@ -328,7 +328,7 @@ class ResourceManager { util::AllocationMap m_allocations; std::list> m_allocators; - std::vector m_shared_allocators_by_name; + std::vector m_shared_allocator_names; std::unordered_map m_allocators_by_id; std::unordered_map m_allocators_by_name;