]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Implementation of all needed methods of the validator DifferentObjects
authormpv <mpv@opencascade.com>
Thu, 22 Jan 2015 09:08:49 +0000 (12:08 +0300)
committermpv <mpv@opencascade.com>
Thu, 22 Jan 2015 09:08:49 +0000 (12:08 +0300)
src/PartSet/PartSet_Validators.cpp

index c4e4417678b033d667f9fb93402366b8b88e0550..278c3e637906497337b4230cf972e978c90ed773 100644 (file)
@@ -164,8 +164,7 @@ bool PartSet_DifferentObjectsValidator::isValid(const FeaturePtr& theFeature,
                                                 const std::list<std::string>& theArguments,
                                                 const AttributePtr& theAttribute) const
 {
-  // not implemented
-  return true;
+  return PartSet_DifferentObjectsValidator::isValid(theAttribute, theArguments);
 }
 
 bool PartSet_DifferentObjectsValidator::isValid(const AttributePtr& theAttribute,