]> git.lyx.org Git - features.git/blobdiff - src/lyxlex.h
Various warnings fixed, added preliminary read of old table format and
[features.git] / src / lyxlex.h
index e60722ff383a421b518f01b54e865b5b96d131b5..f2cab3d0938010bf12ed046a783e13e5ff0a491c 100644 (file)
@@ -71,6 +71,8 @@ public:
          split a word if it contains a backslash.
          */
        bool nextToken();
+       /// Push a token, that next token got from lyxlex.
+       void pushToken(string const &);
        
        /// 
        int GetLineNo() const;