BGeolocation: build fix

This commit is contained in:
Adrien Destugues 2019-12-04 17:42:53 +01:00
parent caef66c2cd
commit 4236826da6
1 changed files with 1 additions and 1 deletions

View File

@ -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;