]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_FeatureValidator.cpp
Salome HOME
Error management -- Feature validator returns an error.
[modules/shaper.git] / src / Model / Model_FeatureValidator.cpp
index 8cec7f4b7849ef1cf6edccede77472c3a3b9c03a..99fc08fe733470d57f2a35afedcc34d5b5938a6d 100644 (file)
@@ -16,7 +16,8 @@
 #include <memory>
 
 bool Model_FeatureValidator::isValid(const std::shared_ptr<ModelAPI_Feature>& theFeature,
-  const std::list<std::string>& theArguments) const
+                                     const std::list<std::string>& theArguments,
+                                     std::string& theError) const
 {
   static Model_ValidatorsFactory* aValidators = 
     static_cast<Model_ValidatorsFactory*>(ModelAPI_Session::get()->validators());