From d00eaf8a08da21877716ca733e71dfd218e3445f Mon Sep 17 00:00:00 2001 From: Falko Buttler Date: Tue, 17 May 2016 08:38:59 -0700 Subject: [PATCH] Fixed compile error --- SCLAlertView/SCLAlertView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCLAlertView/SCLAlertView.swift b/SCLAlertView/SCLAlertView.swift index 4c932f4..2cd9efb 100644 --- a/SCLAlertView/SCLAlertView.swift +++ b/SCLAlertView/SCLAlertView.swift @@ -742,6 +742,7 @@ public class SCLAlertView: UIViewController { return defaultImage } } +} // Helper function to convert from RGB to UIColor func UIColorFromRGB(rgbValue: UInt) -> UIColor { @@ -752,7 +753,6 @@ func UIColorFromRGB(rgbValue: UInt) -> UIColor { alpha: CGFloat(1.0) ) } -} // ------------------------------------ // Icon drawing