mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
* 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:
parent
5f288841af
commit
38e13c0aab
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-10-29 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
||||
|
||||
* GSWeb.framework/GSWElementIDString.h: use NSMutableString instead of
|
||||
the no longer present NSGMutableString.
|
||||
|
||||
2000-10-04 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
|
||||
* GSWExtensions.framework/Makefile.preamble: added GDL2 FLAG
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
|
||||
//====================================================================
|
||||
@interface GSWElementIDString : NSGMutableString
|
||||
@interface GSWElementIDString : NSMutableString
|
||||
@end
|
||||
|
||||
//====================================================================
|
||||
|
|
Loading…
Reference in a new issue