Skip to content

Commit

Permalink
Fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Falko Buttler committed May 17, 2016
1 parent 7fc811a commit d00eaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCLAlertView/SCLAlertView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ public class SCLAlertView: UIViewController {
return defaultImage
}
}
}

// Helper function to convert from RGB to UIColor
func UIColorFromRGB(rgbValue: UInt) -> UIColor {
Expand All @@ -752,7 +753,6 @@ func UIColorFromRGB(rgbValue: UInt) -> UIColor {
alpha: CGFloat(1.0)
)
}
}

// ------------------------------------
// Icon drawing
Expand Down

0 comments on commit d00eaf8

Please sign in to comment.