Remove duplicate declaration of ivar _name to get base to compile again.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34377 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2012-01-01 17:06:00 +00:00
parent f7b8b22bae
commit 24d2c077d6
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2012-01-01 Fred Kiefer <FredKiefer@gmx.de>
* Headers/Foundation/NSXMLDTDNode.h,
* Headers/Foundation/NSXMLDTD.h: Remove duplicate declaration of
ivar _name to get base to compile again.
2011-12-30 Doug Simons <doug.simons@testplant.com>
* Source/NSXMLElement.m: Set Elements to be NSXMLElementKind.
@ -13,7 +19,7 @@
* Source/NSXMLPrivate.h
* Tests/base/NSXMLNode/children.m
* Tests/base/NSXMLNode/kinds.m: First cut at NSXMLDocument
implementation.
implementation.
2011-12-29 Doug Simons <doug.simons@testplant.com>

View file

@ -43,7 +43,7 @@ extern "C" {
{
#if GS_EXPOSE(NSXMLDTD)
@private
NSString *_name;
//NSString *_name;
NSString *_publicID;
NSString *_systemID;
NSArray *_children;

View file

@ -78,7 +78,7 @@ typedef NSUInteger NSXMLDTDNodeKind;
#if GS_EXPOSE(NSXMLDTDNode)
@protected
NSXMLDTDNodeKind _DTDKind;
NSString *_name;
//NSString *_name;
NSString *_notationName;
NSString *_publicID;
NSString *_systemID;