mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 22:06:09 +00:00
Fix GetSortingBounds symbol; various fixes
Former-commit-id: c8c05c2cd5
This commit is contained in:
@@ -33,7 +33,7 @@ template < typename T >
|
||||
class TCachedToken : public TToken< T > {
|
||||
public:
|
||||
TCachedToken() {}
|
||||
TCachedToken(const CToken& token) : TToken< T >(token), x8_item(GetT()) {}
|
||||
TCachedToken(const CToken& token) : TToken< T >(token), x8_item(nullptr) {}
|
||||
|
||||
T* operator*() { return x8_item; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user