Salome HOME
FIx for the issue #951
[modules/shaper.git] / src / Model / Model_FeatureValidator.h
index e412301fec5dfbad8cda15b775f6c0f397eb7632..c35acc8e10fdd5fb5d6cad160be8ca494b578307 100644 (file)
@@ -33,7 +33,8 @@ public:
   /// \param theArguments the arguments in the configuration file for this validator
   /// \returns true if feature is valid
   MODEL_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;
 
   /// sets not obligatory attributes, not checked for initialization
   virtual void registerNotObligatory(std::string theFeature, std::string theAttribute);