1
0
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:
Eladash 2023-11-28 20:32:55 +02:00 committed by Elad Ashkenazi
parent 54a6f2f51b
commit b774ba9888

View File

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