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