Fix to return an immutable proxy.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29520 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-02-09 09:14:14 +00:00
parent d892c00c4f
commit 57d07cbb6f
4 changed files with 138 additions and 12 deletions

View file

@ -37,6 +37,7 @@
{
NSMutableString *_textChars;
NSMutableArray *_infoArray;
NSString *_textProxy;
}
@end