mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
const_cast refactor
This commit is contained in:
@@ -402,7 +402,7 @@ bool CGuiFrame::GetIsFinishedLoading() const
|
||||
continue;
|
||||
return false;
|
||||
}
|
||||
((CGuiFrame*)this)->xbc_24_loaded = true;
|
||||
const_cast<CGuiFrame*>(this)->xbc_24_loaded = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user