mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-05 22:55:04 -06: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)
|
//default reference for HLE functions & structures (LE reference to LE data)
|
||||||
template<typename T, typename AT = u32> struct ref : public lrefl<T, AT>
|
template<typename T, typename AT = u32> struct ref : public lrefl<T, AT>
|
||||||
{
|
{
|
||||||
using _ref_base::operator=;
|
using lrefl<T, AT>::operator=;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user