serialization.hpp: Fix some warning
This commit is contained in:
@@ -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 {};
|
||||||
|
|||||||
Reference in New Issue
Block a user