mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Report YES for GSImmutableString being a proxy
This commit is contained in:
parent
5ec87d80b4
commit
3bb72398ee
1 changed files with 5 additions and 0 deletions
|
@ -168,6 +168,11 @@
|
|||
return [_parent isEqualToString: anObject];
|
||||
}
|
||||
|
||||
- (BOOL) isProxy
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (NSUInteger) length
|
||||
{
|
||||
return [_parent length];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue