mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
serialization.hpp: Fix some warning
This commit is contained in:
parent
54a6f2f51b
commit
b774ba9888
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ public:
|
|||
|
||||
if (size >= end_pos)
|
||||
{
|
||||
return {true, this->operator T()};
|
||||
return {true, this->operator type()};
|
||||
}
|
||||
|
||||
return {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue