removed c99-ism

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30144 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rmottola 2010-04-13 22:54:33 +00:00
parent 1f5719db0b
commit ee1aa5dc70
2 changed files with 5 additions and 1 deletions

View file

@ -2666,8 +2666,8 @@ resetCursorRectsForView(NSView *theView)
{
if (_f.has_closed == NO)
{
_f.has_closed = YES;
CREATE_AUTORELEASE_POOL(pool);
_f.has_closed = YES;
/* The NSWindowCloseNotification might result in us being
deallocated. To make sure self stays valid as long as is