drop 'const' to fix a warning in gcc 4.3.1
This commit is contained in:
parent
50d2c32042
commit
4e6f2089d9
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class tokenizer
|
|||
return file_;
|
||||
}
|
||||
|
||||
const int get_start_line() const
|
||||
int get_start_line() const
|
||||
{
|
||||
return startlineno_;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue