From 5bca63f58e1f4946f2541bb2c11c7784226c8069 Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 22 Jan 2015 12:08:49 +0300 Subject: [PATCH] Implementation of all needed methods of the validator DifferentObjects --- src/PartSet/PartSet_Validators.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, -- 2.39.2