]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.h
revert recent change to development/FORMAT (don't change history)
[lyx.git] / src / lyxlex_pimpl.h
index 1a9a06c89c8f047fd74ff9533157846c06437c65..55f9e8c596d480e7c8d9cfa69b203271ddb07183 100644 (file)
@@ -14,6 +14,8 @@
 
 #include "lyxlex.h"
 
+#include "support/types.h"
+
 # include <boost/iostreams/filtering_streambuf.hpp>
 # include <boost/iostreams/filter/gzip.hpp>
 # include <boost/iostreams/device/file.hpp>
@@ -34,6 +36,8 @@ public:
        ///
        std::string const getString() const;
        ///
+       lyx::docstring const getDocString() const;
+       ///
        void printError(std::string const & message) const;
        ///
        void printTable(std::ostream & os);