mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Fix NSXML ABI breakage
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34412 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
40f8c557c9
commit
ded72b8e75
13 changed files with 384 additions and 228 deletions
|
@ -39,14 +39,15 @@ extern "C" {
|
|||
*/
|
||||
@interface NSXMLElement : NSXMLNode
|
||||
{
|
||||
#if GS_EXPOSE(NSXMLElement)
|
||||
@protected
|
||||
NSMutableDictionary *_attributes;
|
||||
NSMutableArray *_namespaces;
|
||||
NSMutableArray *_children;
|
||||
BOOL _childrenHaveMutated;
|
||||
NSInteger _prefixIndex;
|
||||
#if GS_NONFRAGILE
|
||||
# if defined(GS_NSXMLElement_IVARS)
|
||||
@public GS_NSXMLElement_IVARS
|
||||
# endif
|
||||
#endif
|
||||
/* The pointer to private additional data used to avoid breaking ABI
|
||||
* when we don't have the non-fragile ABI available is inherited from
|
||||
* NSXMLNode. See Source/GSInternal.h for details.
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue