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:
authorAlex Zolotarev <deathbaba@gmail.com>2012-11-08 05:36:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:46:42 +0300
commit462581f38e2d5704643f050a755514bdb23a9646 (patch)
treec683d2bb0e5d3ce18089a553c7ba07d2bc31f7c5 /map/geourl_process.hpp
parentb5965f599595f9ea90f1f768c540fcdee0cc6cea (diff)
Renamed Framework::ParseURL() to ParseGeoURL()
Diffstat (limited to 'map/geourl_process.hpp')
-rw-r--r--map/geourl_process.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/geourl_process.hpp b/map/geourl_process.hpp
index edff95acdf..571ff54c41 100644
--- a/map/geourl_process.hpp
+++ b/map/geourl_process.hpp
@@ -28,5 +28,5 @@ namespace url_scheme
m2::RectD GetViewport() const;
};
- void ParseURL(string const & s, Info & info);
+ void ParseGeoURL(string const & s, Info & info);
}