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:
Fred Kiefer 2012-01-04 08:29:56 +00:00
parent 6cbe121535
commit cbf50c0e7e
3 changed files with 9 additions and 3 deletions

View file

@ -81,7 +81,7 @@ typedef NSUInteger NSXMLDocumentContentKind;
NSXMLDTD *_docType;
BOOL _standalone;
NSXMLElement *_rootElement;
NSString *_URI;
//NSString *_URI;
NSString *_MIMEType;
NSUInteger _fidelityMask;
NSXMLDocumentContentKind _contentKind;