Skip to content

Commit 03bb754

Browse files
committed
Merge pull request #185 from falkobuttler/feature/add_more_appearance_options
Fixed compile error
2 parents b7ea0fa + d00eaf8 commit 03bb754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SCLAlertView/SCLAlertView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,7 @@ public class SCLAlertView: UIViewController {
742742
return defaultImage
743743
}
744744
}
745+
}
745746

746747
// Helper function to convert from RGB to UIColor
747748
func UIColorFromRGB(rgbValue: UInt) -> UIColor {
@@ -752,7 +753,6 @@ func UIColorFromRGB(rgbValue: UInt) -> UIColor {
752753
alpha: CGFloat(1.0)
753754
)
754755
}
755-
}
756756

757757
// ------------------------------------
758758
// Icon drawing

0 commit comments

Comments
 (0)