mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Minor tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22058 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dbf635eb17
commit
6ba1cad122
4 changed files with 29 additions and 10 deletions
|
@ -412,7 +412,7 @@
|
|||
- connectionBecameInvalid: notification
|
||||
{
|
||||
id anObj = [notification object];
|
||||
if ([anObj isKindOf:[NSConnection class]])
|
||||
if ([anObj isKindOfClass: [NSConnection class]])
|
||||
{
|
||||
int i, count = [the_array count];
|
||||
for (i = count-1; i >= 0; i--)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue