From 831a485209d73f1d5fee2c32245fac6ef1e6f551 Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 5 Mar 2023 13:01:38 -0500 Subject: [PATCH] unbdo --- 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 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; }