Skip to content

Commit

Permalink
Fixed access control
Browse files Browse the repository at this point in the history
  • Loading branch information
tid-kijyun committed Jun 28, 2016
1 parent 2a1d612 commit ee5eb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Kanna.swift
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ extension XPathObject {
return nodeSet![index]
}

var first: XMLElement? {
public var first: XMLElement? {
return nodeSet?.first
}

Expand Down

0 comments on commit ee5eb17

Please sign in to comment.