Skip to content

Commit

Permalink
Quick fix issue #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilJay committed Mar 23, 2015
1 parent b6ac19c commit ed0b972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/Classes/Charts/CombinedChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class CombinedChartView: BarLineChartViewBase
set
{
super.data = newValue;
(renderer as! CombinedChartRenderer?)?.createRenderers();
(renderer as! CombinedChartRenderer?)!.createRenderers();
}
}

Expand Down

0 comments on commit ed0b972

Please sign in to comment.