mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
forgot that
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27458 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6419342fbf
commit
e4c9689906
@ -177,9 +177,9 @@ public:
|
||||
///
|
||||
void error(std::string const & msg);
|
||||
/// Parses one token from \p is
|
||||
void tokenize_one(std::istream & is);
|
||||
void tokenize_one();
|
||||
/// Parses \p is into tokens
|
||||
void tokenize(std::istream & is);
|
||||
void tokenize();
|
||||
///
|
||||
void push_back(Token const & t);
|
||||
/// The previous token.
|
||||
|
Loading…
Reference in New Issue
Block a user