From deb7bead205cb35ff5f57ee3d466179defde44cb Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Sun, 4 Jan 2026 17:22:56 -0800 Subject: JKernel debug (#3012) --- 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 8d42762d2c..682dd52e42 100644 --- a/include/JSystem/JSupport/JSUList.h +++ b/include/JSystem/JSupport/JSUList.h @@ -137,7 +137,7 @@ public: return *this; } - T* getObject() { return this->mLink->getObject(); } + T* getObject() const { return this->mLink->getObject(); } bool operator==(JSULink const* other) const { return this->mLink == other; } bool operator!=(JSULink const* other) const { return this->mLink != other; } -- cgit v1.2.3