Skip to content

Commit ad92bab

Browse files
Remove reference to temporary.
1 parent eda5892 commit ad92bab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

json_pack_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ namespace classdesc
495495
{
496496
try
497497
{
498-
const json5_parser::mValue& val=json_find(o,d);
498+
const json5_parser::mValue val=json_find(o,d);
499499
if (val.type()!=json5_parser::array_type)
500500
throw json_pack_error("%s is not an array",d.c_str());
501501
else

0 commit comments

Comments
 (0)