]> git.lyx.org Git - features.git/commitdiff
Move stuff
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 15 Feb 2013 15:23:51 +0000 (16:23 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 15 Feb 2013 16:15:16 +0000 (17:15 +0100)
src/tex2lyx/Parser.h

index fc4ae354b75b1e801a3a915dc656df722a4f671f..6511fb7b2c760dabb59cec66dfaa3298ce59754b 100644 (file)
@@ -258,8 +258,6 @@ public:
        char getChar();
        ///
        void error(std::string const & msg);
-       ///
-       void push_back(Token const & t);
        /// The previous token.
        Token const prev_token() const;
        /// The current token.
@@ -288,11 +286,13 @@ private:
        /// Parses one token from \p is
        void tokenize_one();
        ///
+       void push_back(Token const & t);
+       ///
        int lineno_;
        ///
        std::vector<Token> tokens_;
        ///
-       unsigned pos_;
+       size_t pos_;
        ///
        std::vector<unsigned> positions_;
        ///