|
From: | Richard Frith-Macdonald |
Subject: | Re: NSString / NSMutableString protocol |
Date: | Mon, 25 Mar 2002 13:30:40 +0000 |
Hi, When compiling GNUstepWeb which CVS current version, I get:derived_src/GSWeb/GSWDynamicURLString.h:32: Cannot find protocol declaration for `NSMutableString'GSWUtils.m:55: Cannot find protocol declaration for `NSString' It seems that NSString && NSMutableString protocol have disappeared. How can I replace the use of them ?
Just write whatever protocols you want.If you are wanting to test to see if an object is a string ... use isKindOfClass:
[Prev in Thread] | Current Thread | [Next in Thread] |