Skip to content

Commit

Permalink
fix(swift-1.2): countElements to count
Browse files Browse the repository at this point in the history
  • Loading branch information
jiverson committed Mar 4, 2015
1 parent 41eecbb commit e11b32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QRCode/CIColorExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public extension CIColor {
var hexValue: CUnsignedLongLong = 0

if scanner.scanHexLongLong(&hexValue) {
let length = countElements(rgba)
let length = count(rgba)

switch (length) {
case 3:
Expand Down

0 comments on commit e11b32e

Please sign in to comment.