X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ExternalValidator.h;h=c2773d23a4e9ac4138c3d996649431e2d5ad8deb;hb=64fc7e4fdd63997ec7a502b233ef5f88186d5bbb;hp=62d95bfe04eefc4e6d7c8099132fab93f05a6f7d;hpb=e3c21b331e4ec138aec5efcb51e19d6afee46193;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ExternalValidator.h b/src/SketchPlugin/SketchPlugin_ExternalValidator.h index 62d95bfe0..c2773d23a 100644 --- a/src/SketchPlugin/SketchPlugin_ExternalValidator.h +++ b/src/SketchPlugin/SketchPlugin_ExternalValidator.h @@ -24,7 +24,8 @@ public: /// \param theAttribute an attribute to check /// \param theArguments a filter parameters SKETCHPLUGIN_EXPORT virtual bool isValid(const AttributePtr& theAttribute, - const std::list& theArguments) const; + const std::list& theArguments, + std::string& theError) const; protected: /// returns true if the feature of the attribute is external