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:
authorvng <viktor.govako@gmail.com>2011-10-05 18:34:43 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:25:11 +0300
commit9d92a05d3ba6b032684d6406d2ec89f2fafebf26 (patch)
tree4d5fbf1a46c0c89075bffdfb1a313ff93ca6a549 /indexer/types_mapping.cpp
parent0922eff66cc195f076167693a04c27f6cf47332f (diff)
Drawing rules making routine.
Diffstat (limited to 'indexer/types_mapping.cpp')
-rw-r--r--indexer/types_mapping.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/types_mapping.cpp b/indexer/types_mapping.cpp
index d8f04c8c97..e25029d3a0 100644
--- a/indexer/types_mapping.cpp
+++ b/indexer/types_mapping.cpp
@@ -8,7 +8,7 @@
void BaseTypeMapper::Load(string const & buffer)
{
istringstream ss(buffer);
- Classificator & c = classif();
+ Classificator const & c = classif();
string v;
vector<string> path;