mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Move stuff
This commit is contained in:
parent
78be5467e1
commit
fd939a0426
@ -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_;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user