fix warning
This commit is contained in:
parent
c325706228
commit
31a41072c3
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user