mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Comment out duplicate declaration of ivars to get base to compile again.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34409 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6cbe121535
commit
cbf50c0e7e
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2012-01-04 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/Foundation/NSXMLDocument.h,
|
||||
* Headers/Foundation/NSXMLDTD.h: Comment out duplicate declaration of
|
||||
ivars to get base to compile again.
|
||||
|
||||
2012-01-03 16:33-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/Foundation/NSXMLDocument.h
|
||||
|
@ -7,7 +13,7 @@
|
|||
* Source/NSXMLElement.m: Remove local declaration of _children
|
||||
* Source/NSXMLNode.m: Remove internal. Move all declarations here
|
||||
directly.
|
||||
|
||||
|
||||
2012-01-03 14:22-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Source/NSXMLDocument.m: Implement XMLStringWithOptions:
|
||||
|
|
|
@ -46,7 +46,7 @@ extern "C" {
|
|||
//NSString *_name;
|
||||
NSString *_publicID;
|
||||
NSString *_systemID;
|
||||
NSArray *_children;
|
||||
//NSArray *_children;
|
||||
BOOL _childrenHaveMutated;
|
||||
BOOL _modified;
|
||||
NSMutableDictionary *_entities;
|
||||
|
|
|
@ -81,7 +81,7 @@ typedef NSUInteger NSXMLDocumentContentKind;
|
|||
NSXMLDTD *_docType;
|
||||
BOOL _standalone;
|
||||
NSXMLElement *_rootElement;
|
||||
NSString *_URI;
|
||||
//NSString *_URI;
|
||||
NSString *_MIMEType;
|
||||
NSUInteger _fidelityMask;
|
||||
NSXMLDocumentContentKind _contentKind;
|
||||
|
|
Loading…
Reference in a new issue