Salome HOME
Tooltips update for extrusion and revolution
[modules/shaper.git] / src / GeomValidators / GeomValidators_ConstructionComposite.cpp
index 16fd4a2e954f83225f1c62adaf7f91774cc41a8b..afd84190e447e3b8af4f5f340fd9f62dbff200b2 100644 (file)
@@ -7,7 +7,8 @@
 #include "ModelAPI_CompositeFeature.h"
 
 bool GeomValidators_ConstructionComposite::isValid(const AttributePtr& theAttribute,
-                                              const std::list<std::string>& theArguments) const
+                                                   const std::list<std::string>& theArguments,
+                                                   std::string& theError) const
 {
   bool aValid = false;
   AttributeSelectionPtr aSelectionAttr = std::dynamic_pointer_cast<ModelAPI_AttributeSelection>