diff --git a/include/JSystem/JGadget/linklist.h b/include/JSystem/JGadget/linklist.h index 2c363ab0..285989c1 100644 --- a/include/JSystem/JGadget/linklist.h +++ b/include/JSystem/JGadget/linklist.h @@ -237,7 +237,7 @@ public: const T& operator*() const { const T* p = this->operator->(); #line 586 - JGADGET_ASSERT(p!=0); + JUT_ASSERT(p!=0); return *p; }