mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
header change missed in last commit
This commit is contained in:
parent
6156b61539
commit
b6af7bd905
1 changed files with 2 additions and 1 deletions
|
@ -88,8 +88,8 @@ GS_EXPORT_CLASS
|
|||
@interface GSXMLDocument : NSObject <NSCopying>
|
||||
{
|
||||
void *lib; // pointer to xmllib pointer of xmlDoc struct
|
||||
BOOL _ownsLib;
|
||||
id _parent;
|
||||
BOOL _ownsLib;
|
||||
}
|
||||
+ (GSXMLDocument*) documentWithVersion: (NSString*)version;
|
||||
|
||||
|
@ -141,6 +141,7 @@ GS_EXPORT_CLASS
|
|||
{
|
||||
void *lib; /* pointer to struct xmlNode from libxml */
|
||||
id _parent;
|
||||
BOOL _ownsLib;
|
||||
}
|
||||
|
||||
+ (NSString*) descriptionFromType: (NSInteger)type;
|
||||
|
|
Loading…
Reference in a new issue