diff --git a/Include/auROXTL/STLShims/ExtendStlLikeSharedPtr.hpp b/Include/auROXTL/STLShims/ExtendStlLikeSharedPtr.hpp index ba05b12..5c3e804 100644 --- a/Include/auROXTL/STLShims/ExtendStlLikeSharedPtr.hpp +++ b/Include/auROXTL/STLShims/ExtendStlLikeSharedPtr.hpp @@ -142,7 +142,7 @@ namespace Aurora::Memory } template < class Y, class Deleter > - ExSharedPtr(AURORA_RUNTIME_AU_UNIQUE_PTR &&r) : Base_t(r) + ExSharedPtr(AURORA_RUNTIME_AU_UNIQUE_PTR &&r) : Base_t(AuMove(r)) { #if !defined(_AURORA_NULLEXPT_ENABLE_UB) _cache();