Skip to content

Commit

Permalink
One more Swift 2.3 change required to build
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicDraws committed Aug 2, 2016
1 parent 80cd0f8 commit 6a46f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/Classes/Utils/ChartPlatform.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ types are aliased to either their UI* implementation (on iOS) or their NS* imple
self.nsuiTouchesEnded(touches, withEvent: event)
}

public final override func touchesCancelled(touches: Set<NSUITouch>?, withEvent event: NSUIEvent?)
public final override func touchesCancelled(touches: Set<NSUITouch>, withEvent event: NSUIEvent?)
{
self.nsuiTouchesCancelled(touches, withEvent: event)
}
Expand Down

0 comments on commit 6a46f41

Please sign in to comment.