Salome HOME
Merging with WPdev
[modules/smesh.git] / src / SMESHDS / SMESHDS_GroupBase.cxx
index 52b21e168e21262a413d0dc3fb1b07dfd90f2e2c..e374b723bdb5024fb167b22c2618da8877ae3309 100644 (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)
 {
 }