X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FGeomValidators_BooleanArguments.h;h=d5c9031118d29f0013a20f9d4be9239160eab7bf;hb=de596ab18a7a14ffd7d82ed9e35b1fa53dc3e756;hp=c7134745fbb4bcad25f5aec9779ea3c2c8792348;hpb=a10325fa2dc6f2df9d4d1429cbe1036cc86648db;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_BooleanArguments.h b/src/GeomValidators/GeomValidators_BooleanArguments.h index c7134745f..d5c903111 100644 --- a/src/GeomValidators/GeomValidators_BooleanArguments.h +++ b/src/GeomValidators/GeomValidators_BooleanArguments.h @@ -24,7 +24,8 @@ public: * \returns true if feature is valid. */ GEOMVALIDATORS_EXPORT virtual bool isValid(const std::shared_ptr& theFeature, - const std::list& theArguments) const; + const std::list& theArguments, + std::string& theError) const; /// \return true if the attribute in feature is not obligatory for the feature execution. GEOMVALIDATORS_EXPORT virtual bool isNotObligatory(std::string theFeature, std::string theAttribute);