mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-06-01 17:42:15 +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
4d4418c0ed
commit
529604093e
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>
|
2000-10-04 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||||
|
|
||||||
* GSWExtensions.framework/Makefile.preamble: added GDL2 FLAG
|
* GSWExtensions.framework/Makefile.preamble: added GDL2 FLAG
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
@interface GSWElementIDString : NSGMutableString
|
@interface GSWElementIDString : NSMutableString
|
||||||
@end
|
@end
|
||||||
|
|
||||||
//====================================================================
|
//====================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue