Minor formatting changes.

This commit is contained in:
vng 2012-04-05 16:03:26 +03:00 committed by Alex Zolotarev
parent d2102c84ab
commit ce13339937
2 changed files with 2 additions and 2 deletions

View file

@ -33,6 +33,7 @@ void TypesHolder::Remove(uint32_t t)
}
}
void FeatureParamsBase::MakeZero()
{
layer = 0;

View file

@ -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;
};