]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.h
remove Last when NEW_INSETS is defined
[lyx.git] / src / lyxlex_pimpl.h
index 0acc50974d2b92d6a82a4fd7fa3fd690bf269651..3090b5d6d9d958734d1e127e8ef46a2ef9747e27 100644 (file)
@@ -37,6 +37,8 @@ struct LyXLex::Pimpl : public noncopyable {
        ///
        void setStream(std::istream & i);
        ///
+       void setCommentChar(char c);
+       ///
        bool next(bool esc = false);
        ///
        int search_kw(char const * const tag) const;
@@ -66,6 +68,8 @@ struct LyXLex::Pimpl : public noncopyable {
        int lineno;
        ///
        string pushTok;
+       ///
+       char commentChar;
 private:
        ///
        void verifyTable();