mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 03:01:27 +00:00
o fixed -isImplementedForComponent
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19319 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fe68350adf
commit
87977f0783
1 changed files with 1 additions and 3 deletions
|
@ -459,9 +459,7 @@ static NSMutableArray* associationsLogsHandlerClasses=nil;
|
|||
//--------------------------------------------------------------------
|
||||
-(BOOL)isImplementedForComponent:(NSObject*)component
|
||||
{
|
||||
//OK
|
||||
[self subclassResponsibility:_cmd];
|
||||
return NO;
|
||||
return YES;
|
||||
};
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue