Skip to content

Commit

Permalink
serialization.hpp: Fix some warning
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Nov 28, 2023
1 parent 54a6f2f commit b774ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/util/serialization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ namespace utils

if (size >= end_pos)
{
return {true, this->operator T()};
return {true, this->operator type()};
}

return {};
Expand Down

0 comments on commit b774ba9

Please sign in to comment.