Skip to content

Commit

Permalink
Merge pull request #82 from tid-kijyun/fixed/access_control
Browse files Browse the repository at this point in the history
Fixed access control
  • Loading branch information
tid-kijyun committed Jun 28, 2016
2 parents 2215440 + ee5eb17 commit 41cc8ab
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 @@ -310,7 +310,7 @@ extension XPathObject {
return nodeSet![index]
}

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

Expand Down

0 comments on commit 41cc8ab

Please sign in to comment.