Fixed minor assertion.

This commit is contained in:
vng 2013-12-25 12:33:21 +03:00 committed by Alex Zolotarev
parent 2ed05b3b48
commit 9a40c565cb

View file

@ -137,7 +137,7 @@ void FeatureParams::SetGeomType(feature::EGeomType t)
void FeatureParams::SetGeomTypePointEx()
{
ASSERT_EQUAL(m_geomType, HEADER_GEOM_POINT, ());
ASSERT(m_geomType == HEADER_GEOM_POINT || m_geomType == HEADER_GEOM_POINT_EX, ());
ASSERT(!house.IsEmpty(), ());
m_geomType = HEADER_GEOM_POINT_EX;