Skip to content

Commit

Permalink
Merge pull request #478 from AlBirdie/master
Browse files Browse the repository at this point in the history
Changed _chart access modifier from private to internal
  • Loading branch information
danielgindi committed Oct 15, 2015
2 parents 31485c0 + 1f21df6 commit 8a48332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Charts/Classes/Renderers/CombinedChartRenderer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import CoreGraphics

public class CombinedChartRenderer: ChartDataRendererBase
{
private weak var _chart: CombinedChartView!
internal weak var _chart: CombinedChartView!

/// flag that enables or disables the highlighting arrow
public var drawHighlightArrowEnabled = false
Expand Down Expand Up @@ -369,4 +369,4 @@ public class CombinedChartRenderer: ChartDataRendererBase
}
}
}
}
}

0 comments on commit 8a48332

Please sign in to comment.