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>2016-04-18 16:46:02 +0300
committervng <viktor.govako@gmail.com>2016-04-18 16:46:02 +0300
commite6f7944dd4833a94757bb918cd6edb7662522c4b (patch)
tree46486a17736d1406f8d6ddd379acf7a21958cb41 /indexer/classificator.cpp
parentd66e797c27b890942823ac33cf3150a9bd5036bc (diff)
Review fixes.
Diffstat (limited to 'indexer/classificator.cpp')
-rw-r--r--indexer/classificator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indexer/classificator.cpp b/indexer/classificator.cpp
index b59b228b0d..23a95adea3 100644
--- a/indexer/classificator.cpp
+++ b/indexer/classificator.cpp
@@ -128,7 +128,7 @@ Classificator & classif(MapStyle mapStyle)
static Classificator c[MapStyleCount];
return c[mapStyle];
}
-}
+} // namespace
Classificator & classif()
{
@@ -239,7 +239,7 @@ namespace ftype
{
return get_control_level(type);
}
-}
+} // namespace ftype
namespace
{
@@ -281,7 +281,7 @@ namespace
add_rule(ft, i++);
}
};
-}
+} // namespace
void ClassifObject::GetSuitable(int scale, feature::EGeomType ft, drule::KeysT & keys) const
{