X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLexer.h;h=ba085ed0e426e1528679cf852968da9ca9ca89be;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=85b8b74600a840a0481c5b87fac89939aa23889e;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/Lexer.h b/src/Lexer.h index 85b8b74600..ba085ed0e4 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -193,6 +193,9 @@ public: /// Quotes a string so that reading it again with Lexer::next(true) /// gets the original string static std::string quoteString(std::string const &); + /// Quotes a docstring so that reading it again with Lexer::next(true) + /// gets the original string + static docstring quoteString(docstring const &); private: /// noncopyable