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-09-03 06:13:50 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:43:02 +0300
commit7898728bb62788a5a1615e809f1e09791c3cb6e0 (patch)
tree120b3c513ab8a1774aa01e33f5a863fdb36f0ace /map/address_finder.cpp
parente482049ff0d72766f0e69c8b7abb72b3ef994dc2 (diff)
Fixed bug with incorrect address clear
Diffstat (limited to 'map/address_finder.cpp')
-rw-r--r--map/address_finder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/address_finder.cpp b/map/address_finder.cpp
index 6c8f1c989e..5b096cdfb2 100644
--- a/map/address_finder.cpp
+++ b/map/address_finder.cpp
@@ -514,4 +514,5 @@ void Framework::AddressInfo::Clear()
m_street.clear();
m_house.clear();
m_name.clear();
+ m_types.clear();
}