* GSWeb.framework/GSWElementIDString.h: use NSMutableString instead of

the no longer present NSGMutableString.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@7919 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Mirko Viviani 2000-10-29 10:01:19 +00:00
parent 5f288841af
commit 38e13c0aab
2 changed files with 6 additions and 1 deletions

View file

@ -28,7 +28,7 @@
//====================================================================
@interface GSWElementIDString : NSGMutableString
@interface GSWElementIDString : NSMutableString
@end
//====================================================================