mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
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:
parent
5bb05e5135
commit
c8c06b0474
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue