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:
authorMaxim Pimenov <m@maps.me>2019-09-16 15:05:27 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-09-18 15:18:40 +0300
commit8fe8dbe568423fb2fcd8c9c9c543c26124b34846 (patch)
tree32c248d557185e680770419887acc1af3d6452d4 /drape_frontend
parent6e8da26d67232e2a1a541371c92be11698ce71fc (diff)
[map] Moved FeaturesFetcher out of namespace model (thus removing this namespace).
Alternatives considered were: namespace feature namespace map namespace utils
Diffstat (limited to 'drape_frontend')
-rw-r--r--drape_frontend/gui/skin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_frontend/gui/skin.cpp b/drape_frontend/gui/skin.cpp
index a0b8fe27dd..310c8a54e5 100644
--- a/drape_frontend/gui/skin.cpp
+++ b/drape_frontend/gui/skin.cpp
@@ -203,7 +203,7 @@ private:
EWidget m_currentElement = WIDGET_RULER;
ResolverParser m_parser;
- map<EWidget, pair<PositionResolver, PositionResolver> > & m_skin;
+ std::map<EWidget, pair<PositionResolver, PositionResolver>> & m_skin;
};
}