[haiku-commits] haiku: hrev53613 - src/kits/shared

  • From: Adrien Destugues <pulkomandy@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 4 Dec 2019 11:43:15 -0500 (EST)

hrev53613 adds 1 changeset to branch 'master'
old head: caef66c2cdb87c09f165f2549cdb26b8e437a344
new head: 4236826da6b0b6f3176bdb9c4f61aded6c7c0dba
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=4236826da6b0+%5Ecaef66c2cdb8

----------------------------------------------------------------------------

4236826da6b0: BGeolocation: build fix

                             [ Adrien Destugues <pulkomandy@xxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev53613
Commit:      4236826da6b0b6f3176bdb9c4f61aded6c7c0dba
URL:         https://git.haiku-os.org/haiku/commit/?id=4236826da6b0
Author:      Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
Date:        Wed Dec  4 16:42:53 2019 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/kits/shared/Geolocation.cpp | 2 +-

----------------------------------------------------------------------------

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;
 


Other related posts:

  • » [haiku-commits] haiku: hrev53613 - src/kits/shared - Adrien Destugues