Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #135 from joemasilotti/patch-1
Browse files Browse the repository at this point in the history
Fix Swift compiler warning
  • Loading branch information
zachwaugh committed Apr 16, 2018
2 parents ac09406 + 68ba089 commit 8b0ff21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Turbolinks/Visitable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public protocol VisitableDelegate: class {
}

public protocol Visitable: class {
weak var visitableDelegate: VisitableDelegate? { get set }
var visitableDelegate: VisitableDelegate? { get set }
var visitableView: VisitableView! { get }
var visitableURL: URL! { get }
func visitableDidRender()
Expand Down

0 comments on commit 8b0ff21

Please sign in to comment.