Salome HOME
fix updateAttributeGroup
[modules/gde.git] / projects / GDE_API_CPP / api / src / AttributesService.hpp
index 413142f267cb7e7010edc08ebb43bcd44058dd64..c75f2a7d6593a00f66d6591c46c9dee97f400472 100644 (file)
@@ -20,7 +20,7 @@ namespace gde {
 
     const AttributeGroup createAttributeGroup(const AttributeGroup&);
     bool deleteAttributeGroup(const AttributeGroup&);
-    const AttributeGroup updateAttributeGroup(const AttributeGroup&, const std::vector<Attribute>&);
+    const AttributeGroup updateAttributeGroup(const AttributeGroup&);
     const AttributeGroup readAttributeGroup(int);
 
   private: