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:
William S Fulton 2009-10-13 23:22:52 +00:00
commit ad9eb0e0bb

View file

@ -136,7 +136,7 @@ Token TokenList::next(){
list<Token>::iterator TokenList::end(){
return tokenList.end();
return m_tokenList.end();
}