]> git.lyx.org Git - lyx.git/blobdiff - src/Lexer.h
Further amendment to 72a488d7
[lyx.git] / src / Lexer.h
index 5e87ebc78b546bfca08c10bb9ae2ce14d05d6769..6335fac8da28fc0dd258ba6726051c996d616002 100644 (file)
@@ -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<int N> void pushTable(LexerKeyword (&table)[N])