Skip to content

Commit d2ec47f

Browse files
committed
Fixed an inconsistency in NSXMLNodeOptions
1 parent ddcc82d commit d2ec47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSXMLNodeOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
@constant NSXMLDocumentIncludeContentTypeDeclaration Include a content type declaration for HTML or XHTML
4444
*/
4545

46-
public var NSXMLNodeOptionsNone: Int { return 0 }
46+
public var NSXMLNodeOptionsNone: UInt { return 0 }
4747

4848
// Init
4949
public var NSXMLNodeIsCDATA: UInt { return 1 << 0 }

0 commit comments

Comments
 (0)