Skip to content

Commit

Permalink
Fix protocol method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatie committed Sep 9, 2020
1 parent ac1be7a commit ec48ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Charts/Renderers/PieChartRenderer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ open class PieChartRenderer: NSObject, DataRenderer
}
}

open func drawHighlighted(context: CGContext, highlights: [Highlight])
open func drawHighlighted(context: CGContext, indices highlights: [Highlight])
{
guard
let chart = chart,
Expand Down

0 comments on commit ec48ae1

Please sign in to comment.