forgot that

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27458 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-11-15 15:14:44 +00:00
parent 6419342fbf
commit e4c9689906

View File

@ -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.