Fix compilation of all files

Former-commit-id: a34a639326
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-25 23:02:17 +02:00
parent b70ed602b4
commit 234482d8de
9 changed files with 16 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ public:
return true;
}
if (HasLock() && CToken::IsLoaded()) {
x8_item = GetT();
x8_item = TToken::GetT();
return true;
} else {
return false;