fix compile error introduced in last patch
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@11698 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
45518cd0d1
commit
ad9eb0e0bb
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ Token TokenList::next(){
|
|||
|
||||
|
||||
list<Token>::iterator TokenList::end(){
|
||||
return tokenList.end();
|
||||
return m_tokenList.end();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue