diff --git a/src/Memory/__UniquePtrList.hpp b/src/Memory/__UniquePtrList.hpp index 6e98f02..fe3f0d6 100644 --- a/src/Memory/__UniquePtrList.hpp +++ b/src/Memory/__UniquePtrList.hpp @@ -154,7 +154,7 @@ namespace ArbUt { /// @return A std::vector representation of the current list. std::vector& GetStdList() noexcept { return _vector; } - inline OptionalUniquePtrList* GetListPointer() const { return this; } + inline UniquePtrList* GetListPointer() const { return this; } }; }