mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Compilation fix 6
This commit is contained in:
parent
51ea1e3bed
commit
37da5589e4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue