mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Compilation fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6134 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
920aae526a
commit
0a64d3427b
@ -1,6 +1,6 @@
|
||||
|
||||
#include "texparser.h"
|
||||
#include "Lsstream.h"
|
||||
#include <iostream>
|
||||
|
||||
using std::cerr;
|
||||
using std::endl;
|
||||
|
@ -137,7 +137,7 @@ public:
|
||||
///
|
||||
int lineno_;
|
||||
///
|
||||
vector<Token> tokens_;
|
||||
std::vector<Token> tokens_;
|
||||
///
|
||||
unsigned pos_;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user