diff --git a/include/blt/std/memory.h b/include/blt/std/memory.h index 6c7b4d6..ab362e0 100644 --- a/include/blt/std/memory.h +++ b/include/blt/std/memory.h @@ -71,7 +71,7 @@ namespace blt { return *this; } - inline T* operator->(){ + inline T*& operator->(){ return m_ptr; }