forked from lthn/blockchain
KV_ENABLE_POD_SERIALIZATION_AS_HEX fixed
This commit is contained in:
parent
ea1dbabb9d
commit
452047cb88
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ namespace epee \
|
|||
bool r = kv_unserialize(s, stg, hparent_section, pname); \
|
||||
if (r) \
|
||||
{ \
|
||||
d = epee::transform_str_to_t_pod<decltype(d)>(s); \
|
||||
d = epee::transform_str_to_t_pod<type_name>(s); \
|
||||
} \
|
||||
return r; \
|
||||
} \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue