mirror of
https://github.com/zeldaret/tp
synced 2026-05-29 08:43:05 -04:00
JKernel debug (#3012)
This commit is contained in:
@@ -137,7 +137,7 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
T* getObject() { return this->mLink->getObject(); }
|
||||
T* getObject() const { return this->mLink->getObject(); }
|
||||
|
||||
bool operator==(JSULink<T> const* other) const { return this->mLink == other; }
|
||||
bool operator!=(JSULink<T> const* other) const { return this->mLink != other; }
|
||||
|
||||
Reference in New Issue
Block a user