gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSString changes breaks...


From: Manuel Guesdon
Subject: NSString changes breaks...
Date: Tue, 31 Oct 2000 17:55:10 +0100 (CET)

Hello,

It seems that changes in NSString breaks GNUstepWeb.
There's a GSWElementIDString class which inherit from NSMutableString
Now, when we get this exception:
        subclass GSWElementIDString should override 
initWithCharactersNoCopy:length:freeWhenDone:

GSWElementIDString doesn't have any ivar. It's just an empty class with a 
category.

As far as I understand changes, NSMutableString seems to be now an empty class 
too which allocate a GSMStringClass. So do I have to make GSWElementIDString 
inherit from GSMStringClass (which seems to be a 'private' class) or is there a 
better solution ?

Thnaks,

Manuel









reply via email to

[Prev in Thread] Current Thread [Next in Thread]