Salome HOME
Task #3005 : To be able to create a group on a whole result. Initial ability from...
[modules/shaper.git] / src / Model / Model_AttributeSelectionList.cpp
index 50b04d3c35d967dd388f9b8637f60d340a5aa19f..56ce94f9db49b46460f7c23248770696f04cd80a 100644 (file)
@@ -398,7 +398,7 @@ bool Model_AttributeSelectionList::isInitialized()
 }
 
 Model_AttributeSelectionList::Model_AttributeSelectionList(TDF_Label& theLabel)
-: myLab(theLabel)
+: ModelAPI_AttributeSelectionList(), myLab(theLabel)
 {
   reinit();
 }