diff --git a/src/kits/shared/Geolocation.cpp b/src/kits/shared/Geolocation.cpp index cade498884..9698533882 100644 --- a/src/kits/shared/Geolocation.cpp +++ b/src/kits/shared/Geolocation.cpp @@ -233,7 +233,7 @@ BGeolocation::Country(const float latitude, const float longitude, #include "DefaultGeolocationServiceKey.h" -const char* BGeolocation::kDefaultService +const char* BGeolocation::kDefaultGeolocationService = "https://location.services.mozilla.com/v1/geolocate?key=" DEFAULT_GEOLOCATION_SERVICE_KEY;