mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32392 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ff620d44aa
commit
c384482cf8
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ static NSArray *empty = nil;
|
||||||
|
|
||||||
- (void) addDependency: (NSOperation *)op
|
- (void) addDependency: (NSOperation *)op
|
||||||
{
|
{
|
||||||
if (NO == [op isKindOfClass: [self class]])
|
if (NO == [op isKindOfClass: [NSOperation class]])
|
||||||
{
|
{
|
||||||
[NSException raise: NSInvalidArgumentException
|
[NSException raise: NSInvalidArgumentException
|
||||||
format: @"[%@-%@] dependency is not an NSOperation",
|
format: @"[%@-%@] dependency is not an NSOperation",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue