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:
authorArsentiy Milchakov <a.milchakov@corp.mail.ru>2016-07-05 13:14:46 +0300
committerArsentiy Milchakov <a.milchakov@corp.mail.ru>2016-07-05 13:14:46 +0300
commit00c41b1753b06152fd67c758d463d1916a52209e (patch)
tree389a735e4e9ff191a723478bea4764291a42d9ce /indexer/osm_editor.hpp
parentfb87588b3efeb0fedb4bad06172ed5171ff36906 (diff)
review changes
Diffstat (limited to 'indexer/osm_editor.hpp')
-rw-r--r--indexer/osm_editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/osm_editor.hpp b/indexer/osm_editor.hpp
index 2d5ed2b31d..e545470051 100644
--- a/indexer/osm_editor.hpp
+++ b/indexer/osm_editor.hpp
@@ -219,7 +219,7 @@ private:
/// Notes to be sent to osm.
shared_ptr<editor::Notes> m_notes;
// Mutex which locks OnMapDeregistered method
- mutex m_mapDeregisteredMtx;
+ mutex m_mapDeregisteredMutex;
}; // class Editor
string DebugPrint(Editor::FeatureStatus fs);