From 063a67927811339f70f4664c1a32dfeed0b6e9a2 Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 5 Mar 2023 13:00:24 -0500 Subject: [PATCH] pt --- include/blt/std/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }