mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
declare constant strings as constant, and move values from source files into externs.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20092 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
23ac0d4dbe
commit
20cf63779e
13 changed files with 69 additions and 55 deletions
|
@ -33,7 +33,7 @@
|
|||
/**
|
||||
* URL scheme constant for use with [NSURL-initWithScheme:host:path:].
|
||||
*/
|
||||
GS_EXPORT NSString* NSURLFileScheme;
|
||||
GS_EXPORT NSString* const NSURLFileScheme;
|
||||
|
||||
@interface NSURL: NSObject <NSCoding, NSCopying, NSURLHandleClient>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue