West const to match existing code
This commit is contained in:
parent
dafee1343c
commit
cc4206a718
@ -279,7 +279,7 @@ class fancy_serializer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void dump_string(string_t const& str, bool ensure_ascii)
|
void dump_string(const string_t& str, bool ensure_ascii)
|
||||||
{
|
{
|
||||||
o->write_character('\"');
|
o->write_character('\"');
|
||||||
if (style.strings_maximum_length == 0)
|
if (style.strings_maximum_length == 0)
|
||||||
|
|||||||
@ -10349,7 +10349,7 @@ class fancy_serializer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void dump_string(string_t const& str, bool ensure_ascii)
|
void dump_string(const string_t& str, bool ensure_ascii)
|
||||||
{
|
{
|
||||||
o->write_character('\"');
|
o->write_character('\"');
|
||||||
if (style.strings_maximum_length == 0)
|
if (style.strings_maximum_length == 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user