mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Declare NSNumber, so that it compiles without complaining.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11503 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2fc6689854
commit
85eb6545f2
1 changed files with 2 additions and 3 deletions
|
@ -24,10 +24,9 @@
|
||||||
#ifndef _NSURL_h__
|
#ifndef _NSURL_h__
|
||||||
#define _NSURL_h__
|
#define _NSURL_h__
|
||||||
|
|
||||||
#include <Foundation/NSURLHandle.h>
|
#include <Foundation/NSURLHandle.h>
|
||||||
|
|
||||||
@class NSURLHandle;
|
@class NSNumber;
|
||||||
@class NSURL;
|
|
||||||
|
|
||||||
GS_EXPORT NSString* NSURLFileScheme; //file
|
GS_EXPORT NSString* NSURLFileScheme; //file
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue