mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 09:39:55 +00:00
Compilation fix 6
This commit is contained in:
parent
51ea1e3bed
commit
37da5589e4
@ -102,7 +102,7 @@ namespace vm
|
||||
//default reference for HLE functions & structures (LE reference to LE data)
|
||||
template<typename T, typename AT = u32> struct ref : public lrefl<T, AT>
|
||||
{
|
||||
using _ref_base::operator=;
|
||||
using lrefl<T, AT>::operator=;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user