[LyX/master] Amend 85946aae: should compile also with g++.

Thibaut Cuvelier tcuvelier at lyx.org
Fri Jul 31 22:16:54 UTC 2020


commit 0be32e3b98faf4d06604288a8dbd500201232131
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Sat Aug 1 00:41:58 2020 +0200

    Amend 85946aae: should compile also with g++.
---
 src/xml.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/xml.cpp b/src/xml.cpp
index 0816bf8..06a9007 100644
--- a/src/xml.cpp
+++ b/src/xml.cpp
@@ -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


More information about the lyx-cvs mailing list