diff --git a/src/datum.cpp b/src/datum.cpp index 1eb0b0a3..705fd5fb 100644 --- a/src/datum.cpp +++ b/src/datum.cpp @@ -9,7 +9,7 @@ static QMap WGS84() { QMap map; map.insert("WGS 84", Datum(Ellipsoid(WGS84_RADIUS, WGS84_FLATTENING), - 0, 0, 0)); + 0.0, 0.0, 0.0)); return map; }