forked from organicmaps/organicmaps
Review fixes
This commit is contained in:
parent
f8e8db3a46
commit
fd2d6668fd
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ void TranslatorWorld::Preprocess(OsmElement & element)
|
|||
{
|
||||
// Here we can add new tags to the elements!
|
||||
m_tagReplacer(element);
|
||||
m_tagAdmixer(element);;
|
||||
m_tagAdmixer(element);
|
||||
}
|
||||
|
||||
TranslatorWorldWithAds::TranslatorWorldWithAds(std::shared_ptr<EmitterInterface> emitter,
|
||||
|
|
Loading…
Add table
Reference in a new issue