summaryrefslogtreecommitdiff
path: root/include/JSystem/JSupport
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-10-19 05:32:02 -0700
committerJcw87 <Jcw87@users.noreply.github.com>2023-10-19 23:47:33 -0700
commit804c8ea82dfe03df73bf6c1928986187fb7515f0 (patch)
tree763cc01c2e28d95a0ad13d469f4556ca38b4d2fe /include/JSystem/JSupport
parentbf77eba324af85596d83eb17f6871cd6138e96e8 (diff)
JASHeapCtrl
Diffstat (limited to 'include/JSystem/JSupport')
-rw-r--r--include/JSystem/JSupport/JSUList.h2
1 files changed, 1 insertions, 1 deletions
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(); }