fix warning

This commit is contained in:
Erik 2015-04-08 17:14:56 -04:00
parent c325706228
commit 31a41072c3

View File

@ -138,7 +138,7 @@ public class SwiftRegex: NSObject, BooleanType {
return out return out
} }
func substituteMatches(substitution: (NSTextCheckingResult, UnsafeMutablePointer<ObjCBool>) -> String, func substituteMatches(substitution: ((NSTextCheckingResult, UnsafeMutablePointer<ObjCBool>) -> String),
options:NSMatchingOptions = nil) -> String { options:NSMatchingOptions = nil) -> String {
let out = NSMutableString() let out = NSMutableString()
var pos = 0 var pos = 0