X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Validator.h;h=e2f67b617dde97fb7a9024be9d37217d8a2fd95b;hb=7ba8e2b57ff8965ae644b538c167b7b301e6e41b;hp=35e2d18c0c7ee05e286b93b28b37071e8990d262;hpb=f1cd93fd02a54259f72e3191d037323a496b2bef;p=modules%2Fshaper.git diff --git a/src/Model/Model_Validator.h b/src/Model/Model_Validator.h index 35e2d18c0..e2f67b617 100644 --- a/src/Model/Model_Validator.h +++ b/src/Model/Model_Validator.h @@ -89,7 +89,8 @@ class Model_ValidatorsFactory : public ModelAPI_ValidatorsFactory virtual bool isConcealed(std::string theFeature, std::string theAttribute); protected: - void addDefaultValidators(std::list& theValidators) const; + void addDefaultValidators(std::list& theValidators, + std::list >& theArguments) const; /// Get instance from Session Model_ValidatorsFactory();