]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeRefAttrList.h
Salome HOME
correction of Model_Data for AttributeRefAttrList
[modules/shaper.git] / src / Model / Model_AttributeRefAttrList.h
index 0d36c383edde37b42acbc730938640c6a8239f94..2e666db26557e2cbab6388e40a6fbfa96574d990 100755 (executable)
@@ -60,7 +60,7 @@ class Model_AttributeRefAttrList : public ModelAPI_AttributeRefAttrList
   MODEL_EXPORT virtual AttributePtr attribute(const int theIndex) const;
 
   /// Removes the last element in the list.
-  MODEL_EXPORT virtual void removeLast() = 0;
+  MODEL_EXPORT virtual void removeLast();
 
   /// Removes the elements from the list.
   /// \param theIndices a list of indices of elements to be removed