mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12: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)
|
//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…
Add table
Add a link
Reference in a new issue