mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +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
|
@ -28,7 +28,7 @@
|
|||
|
||||
|
||||
//====================================================================
|
||||
@interface GSWElementIDString : NSGMutableString
|
||||
@interface GSWElementIDString : NSMutableString
|
||||
@end
|
||||
|
||||
//====================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue