From 804c8ea82dfe03df73bf6c1928986187fb7515f0 Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Thu, 19 Oct 2023 05:32:02 -0700 Subject: JASHeapCtrl --- include/JSystem/JSupport/JSUList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/JSystem/JSupport') diff --git a/include/JSystem/JSupport/JSUList.h b/include/JSystem/JSupport/JSUList.h index 6adb0bc7..e117824b 100644 --- a/include/JSystem/JSupport/JSUList.h +++ b/include/JSystem/JSupport/JSUList.h @@ -212,7 +212,7 @@ public: return *this; } - T& operator*() { return *this->getObject(); } + T* operator*() { return this->getObject(); } T* operator->() { return this->getObject(); } -- cgit v1.2.3