Geolocation: avoid static init of BUrl

* Fixes #11290.
This commit is contained in:
Adrien Destugues
2014-09-27 19:20:39 +02:00
parent 7d9fed52ad
commit 1d38b7a86a
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public:
private:
BUrl fService;
static const BUrl kDefaultService;
static const char* kDefaultService;
};