mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
change missing assert
This commit is contained in:
@@ -208,7 +208,7 @@ public:
|
||||
T& operator*() const {
|
||||
T* p = this->operator->();
|
||||
#line 541
|
||||
JGADGET_ASSERT(p!=0);
|
||||
JUT_ASSERT(p!=0);
|
||||
return *p;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user