West const to match existing code

This commit is contained in:
Evan Driscoll 2018-06-02 20:51:53 -05:00
parent dafee1343c
commit cc4206a718
2 changed files with 2 additions and 2 deletions

View File

@ -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('\"');
if (style.strings_maximum_length == 0)

View File

@ -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('\"');
if (style.strings_maximum_length == 0)