Salome HOME
Error management -- Attribute validator returns an error.
[modules/shaper.git] / src / GeomValidators / GeomValidators_Positive.h
index abfbe948bc519bd8bcbe0cbd390a46d947cf368d..8c88ab08d7ccff62d85556f509308fd0ab5fbc29 100644 (file)
@@ -22,7 +22,8 @@ public:
   //! \param theAttribute the checked attribute
   //! \param theArguments arguments of the attribute
   GEOMVALIDATORS_EXPORT virtual bool isValid(const AttributePtr& theAttribute,
-                                             const std::list<std::string>& theArguments) const;
+                                             const std::list<std::string>& theArguments,
+                                             std::string& theError) const;
 
 };