mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Amend 85946aae
: should compile also with g++.
This commit is contained in:
parent
85946aae2b
commit
0be32e3b98
@ -75,7 +75,7 @@ docstring escapeChar(char c, XMLStream::EscapeSettings e)
|
||||
}
|
||||
|
||||
|
||||
docstring xml::escapeString(docstring const & raw, XMLStream::EscapeSettings e)
|
||||
docstring escapeString(docstring const & raw, XMLStream::EscapeSettings e)
|
||||
{
|
||||
docstring bin;
|
||||
bin.reserve(raw.size() * 2); // crude approximation is sufficient
|
||||
|
Loading…
Reference in New Issue
Block a user