From: mpv Date: Thu, 22 Jan 2015 09:08:49 +0000 (+0300) Subject: Implementation of all needed methods of the validator DifferentObjects X-Git-Tag: V_1.0.0~26^2~4^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5bca63f58e1f4946f2541bb2c11c7784226c8069;p=modules%2Fshaper.git Implementation of all needed methods of the validator DifferentObjects --- diff --git a/src/PartSet/PartSet_Validators.cpp b/src/PartSet/PartSet_Validators.cpp index c4e441767..278c3e637 100644 --- a/src/PartSet/PartSet_Validators.cpp +++ b/src/PartSet/PartSet_Validators.cpp @@ -164,8 +164,7 @@ bool PartSet_DifferentObjectsValidator::isValid(const FeaturePtr& theFeature, const std::list& theArguments, const AttributePtr& theAttribute) const { - // not implemented - return true; + return PartSet_DifferentObjectsValidator::isValid(theAttribute, theArguments); } bool PartSet_DifferentObjectsValidator::isValid(const AttributePtr& theAttribute,