diff options
Diffstat (limited to 'include/fud_vector.hpp')
-rw-r--r-- | include/fud_vector.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |