Skip to content

Commit f161f04

Browse files
authored
Merge pull request #314 from passatgt/patch-1
Fix build warning
2 parents b1b28a5 + 0bd479b commit f161f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LocationExtension/LocationAccuracy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import MapKit
2424

2525
extension CLLocationManager {
2626

27-
open func setAccuracy(_ value: LocationAccuracy) {
27+
public func setAccuracy(_ value: LocationAccuracy) {
2828
desiredAccuracy = value.coreLocationAccuracy
2929
}
3030
}

0 commit comments

Comments
 (0)