initialise filed by default value. Problem noticed in Rational Purify

This commit is contained in:
ptv 2006-07-03 08:15:18 +00:00
parent aabfa4fe38
commit e45a4ad9e2

View File

@ -41,7 +41,7 @@ SMESHDS_GroupBase::SMESHDS_GroupBase (const int theID,
const SMESHDS_Mesh* theMesh,
const SMDSAbs_ElementType theType):
myID(theID), myMesh(theMesh), myType(theType), myStoreName(""),
myCurIndex(0), myCurID(-1)
myCurIndex(0), myCurID(-1), myColorGroup(0)
{
}