From 8f12614f2da8221438a3807b1d234517650fbdb6 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Thu, 2 Jan 2025 16:27:56 -0600 Subject: Clang tidy fixes. --- include/fud_vector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fud_vector.hpp') diff --git a/include/fud_vector.hpp b/include/fud_vector.hpp index 1730c50..2942e71 100644 --- a/include/fud_vector.hpp +++ b/include/fud_vector.hpp @@ -205,7 +205,7 @@ class Vector { return FudStatus::NullPointer; } } else { - allocator = rhs.allocator; + allocator = rhs.m_allocator; if (allocator == nullptr) { return FudStatus::ArgumentInvalid; } -- cgit v1.2.3