mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Fix other assert
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user