Salome HOME
Error management -- Feature validator returns an error.
[modules/shaper.git] / src / GeomValidators / GeomValidators_Different.h
index 14380dd3e8c031459137f7c1e4dbcaf7e0aa0c8a..28cc2c58fe314b476e1ca8060fc2dbbdf1ed6abf 100644 (file)
@@ -24,7 +24,8 @@ public:
    *  \returns true if feature is valid.
    */
   GEOMVALIDATORS_EXPORT virtual bool 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;
 
   GEOMVALIDATORS_EXPORT virtual bool isNotObligatory(std::string theFeature, std::string theAttribute);
 };