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

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