Compilation fix 6

This commit is contained in:
Nekotekina 2014-09-02 01:46:02 +04:00
parent 51ea1e3bed
commit 37da5589e4
1 changed files with 1 additions and 1 deletions

View File

@ -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=;
};
}