summaryrefslogtreecommitdiff
path: root/include/JSystem/JSupport
diff options
context:
space:
mode:
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(); }