]> git.lyx.org Git - lyx.git/blobdiff - src/Lexer.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / Lexer.h
index 85b8b74600a840a0481c5b87fac89939aa23889e..ba085ed0e426e1528679cf852968da9ca9ca89be 100644 (file)
@@ -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