Fix build with gcc.

Sorry!



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31553 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
theraven 2010-10-22 21:23:29 +00:00
parent 5bb05e5135
commit c8c06b0474
2 changed files with 4 additions and 3 deletions

View file

@ -3903,7 +3903,7 @@ Figure out how the additional layout stuff is supposed to work.
atIndex: startIndex
effectiveRange: NULL];
}
END_FOR_IN(((NSViewPtr)view)->_tracking_rects)
END_FOR_IN(_tracking_rects)
return nil;
}