mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixed typo in header that would stop gnustep-gui from compiling
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26975 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8c7739da4e
commit
be8d677718
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Headers/Foundation/NSFileManager.h: Fixed typo - declare NSError
|
||||
class before referencing it.
|
||||
|
||||
2008-10-26 20:59-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Headers/Foundation/NSFileManager.h: Added declaration for new method
|
||||
|
@ -6,7 +11,7 @@
|
|||
-(BOOL)createDirectoryAtPath:withIntermediateDirectories:attributes:
|
||||
error:.
|
||||
|
||||
2008-10-19 Wolfgang Lux
|
||||
2008-10-19 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* configure.ac: fix test for sychronization in objc runtime.
|
||||
|
||||
|
|
|
@ -188,6 +188,7 @@ extern "C" {
|
|||
@class NSMutableArray;
|
||||
@class NSEnumerator;
|
||||
@class NSDirectoryEnumerator;
|
||||
@class NSError;
|
||||
|
||||
@interface NSFileManager : NSObject
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue