Salome HOME
Make circle with radius 0 not crashed: check validity before execution
[modules/shaper.git] / src / Model / Model_FeatureValidator.h
index 042621b284268d3d8b771ca0d09e13b42f415fda..901f48ef7fbbf5f656c4d36c6aba2cf25fe0c6d6 100644 (file)
@@ -16,7 +16,8 @@ class Model_FeatureValidator : public ModelAPI_FeatureValidator
  public:
   /// Returns true if feature and/or attributes are valid
   /// \param theFeature the validated feature
-  MODEL_EXPORT virtual bool isValid(const boost::shared_ptr<ModelAPI_Feature>& theFeature) const;
+  MODEL_EXPORT virtual bool isValid(const boost::shared_ptr<ModelAPI_Feature>& theFeature,
+    const std::list<std::string>& theArguments) const;
 };
 
 #endif