diff --git a/include/blt/std/memory.h b/include/blt/std/memory.h index ab362e0..6c7b4d6 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; }