Review fixes.

This commit is contained in:
vng 2016-04-18 16:46:02 +03:00
parent d66e797c27
commit e6f7944dd4
2 changed files with 9 additions and 8 deletions

View file

@ -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
{

View file

@ -29,9 +29,10 @@ namespace
return drule::text_type_name;
}
}
} // namespace
namespace drule {
namespace drule
{
BaseRule::BaseRule() : m_type(node | way)
{}
@ -192,7 +193,7 @@ RulesHolder & rules(MapStyle mapStyle)
static RulesHolder h[MapStyleCount];
return h[mapStyle];
}
}
} // namespace
RulesHolder & rules()
{
@ -459,7 +460,7 @@ namespace
m_names.pop_back();
}
};
}
} // namespace
void RulesHolder::InitBackgroundColors(ContainerProto const & cont)
{
@ -532,4 +533,4 @@ void LoadRules()
rules().LoadFromBinaryProto(buffer);
}
}
} // namespace drule