mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Compilation fix
This commit is contained in:
parent
ad38e9f0fe
commit
30fe3dc6f5
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public:
|
||||||
|
|
||||||
ref_type operator [](s32 uid)
|
ref_type operator [](s32 uid)
|
||||||
{
|
{
|
||||||
return find(uid);
|
return get(uid);
|
||||||
}
|
}
|
||||||
|
|
||||||
// generate UID for newly created object (will return zero if the limit exceeded)
|
// generate UID for newly created object (will return zero if the limit exceeded)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue