drop 'const' to fix a warning in gcc 4.3.1

This commit is contained in:
Nils Kneuper 2008-09-01 08:42:31 +00:00
parent 50d2c32042
commit 4e6f2089d9

View file

@ -164,7 +164,7 @@ class tokenizer
return file_;
}
const int get_start_line() const
int get_start_line() const
{
return startlineno_;
}