mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-05 00:00:56 +01:00
serialization.hpp: Fix some warning
This commit is contained in:
parent
54a6f2f51b
commit
b774ba9888
|
|
@ -572,7 +572,7 @@ public:
|
|||
|
||||
if (size >= end_pos)
|
||||
{
|
||||
return {true, this->operator T()};
|
||||
return {true, this->operator type()};
|
||||
}
|
||||
|
||||
return {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue