Skip to content

Commit

Permalink
fix bridgedObjCGetStringArray warning
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed Aug 31, 2016
1 parent 0edf903 commit 66573bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/Classes/Utils/ChartUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ open class ChartUtils
}
else
{
newArray.append(val as! NSObject)
newArray.append(val! as NSObject)
}
}
return newArray
Expand Down

0 comments on commit 66573bc

Please sign in to comment.