Skip to content

Commit

Permalink
vk-296-isochrone-api: linux build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Udumft committed Oct 29, 2021
1 parent c77ca30 commit 2cab7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MapboxDirections/IsochroneOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ extension IsochroneOptions.Color {
#elseif canImport(AppKit)
return gray
#else
return Color(red: 128, green: 128, blue: 128)
return IsochroneOptions.Color(red: 128, green: 128, blue: 128)
#endif
}
}

0 comments on commit 2cab7b1

Please sign in to comment.