Revert ABI breakage

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34410 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-01-04 09:20:32 +00:00
parent cbf50c0e7e
commit 7b7faac752
8 changed files with 75 additions and 78 deletions

View file

@ -43,6 +43,8 @@ extern "C" {
@protected
NSMutableDictionary *_attributes;
NSMutableArray *_namespaces;
NSMutableArray *_children;
BOOL _childrenHaveMutated;
NSInteger _prefixIndex;
#endif
}