X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLexer.h;h=6335fac8da28fc0dd258ba6726051c996d616002;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=5e87ebc78b546bfca08c10bb9ae2ce14d05d6769;hpb=cf44bb842b8e22b8ecad51170677281c2d6c231d;p=lyx.git diff --git a/src/Lexer.h b/src/Lexer.h index 5e87ebc78b..6335fac8da 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -147,7 +147,7 @@ public: each following line. This mechanism does not work perfectly if you use tabs. */ - std::string const getLongString(std::string const & endtag); + docstring getLongString(docstring const & endtag); /// Pushes a token list on a stack and replaces it with a new one. template void pushTable(LexerKeyword (&table)[N])