forked from organicmaps/organicmaps
Minor formatting changes.
This commit is contained in:
parent
d2102c84ab
commit
ce13339937
2 changed files with 2 additions and 2 deletions
|
@ -33,6 +33,7 @@ void TypesHolder::Remove(uint32_t t)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
void FeatureParamsBase::MakeZero()
|
||||
{
|
||||
layer = 0;
|
||||
|
|
|
@ -85,10 +85,9 @@ namespace feature
|
|||
uint32_t const * e = m_types + m_size;
|
||||
return (find(m_types, e, t) != e);
|
||||
}
|
||||
|
||||
void Remove(uint32_t t);
|
||||
//@}
|
||||
|
||||
void Remove(uint32_t t);
|
||||
string DebugPrint() const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue