mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 19:11:00 +00:00
changed terminate type to BOOL since it is one and the value froma delegate got wrongly cast
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26307 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eb32df9161
commit
fc01e9e8ec
1 changed files with 1 additions and 1 deletions
|
@ -3203,7 +3203,7 @@ struct _DelegateWrapper
|
|||
*/
|
||||
- (void) terminate: (id)sender
|
||||
{
|
||||
int shouldTerminate = YES;
|
||||
BOOL shouldTerminate = YES;
|
||||
|
||||
if ([_delegate respondsToSelector: @selector(applicationShouldTerminate:)])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue