+ use auto
This commit is contained in:
parent
154c93017a
commit
386f6a5b24
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ void feature_style_processor<Processor>::apply(double scale_denom)
|
|||
scale_denom = mapnik::scale_denominator(m_.scale(),proj.is_geographic());
|
||||
scale_denom *= scale_factor_;
|
||||
|
||||
for ( layer const& lyr : m_.layers() )
|
||||
for (auto const& lyr : m_.layers() )
|
||||
{
|
||||
if (lyr.visible(scale_denom))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue