Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'map/ge0_parser.hpp')
-rw-r--r--map/ge0_parser.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/map/ge0_parser.hpp b/map/ge0_parser.hpp
index 09bc6d9370..16fc269bcc 100644
--- a/map/ge0_parser.hpp
+++ b/map/ge0_parser.hpp
@@ -3,17 +3,17 @@
#include "../std/string.hpp"
-namespace url_api
+namespace url_scheme
{
-struct Request;
+struct ApiPoint;
class Ge0Parser
{
public:
Ge0Parser();
- bool Parse(string const & url, Request & request);
+ bool Parse(string const & url, url_scheme::ApiPoint & outPoint, double & outZoomLevel);
protected:
uint8_t DecodeBase64Char(char const c);