mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +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)
|
if (size >= end_pos)
|
||||||
{
|
{
|
||||||
return {true, this->operator T()};
|
return {true, this->operator type()};
|
||||||
}
|
}
|
||||||
|
|
||||||
return {};
|
return {};
|
||||||
|
Loading…
Reference in New Issue
Block a user