X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Validators.cpp;h=d464e85ab1534fec6c88e9e2434f31ecb3e1990c;hb=02bc870879ae19215d5ef6f721acd5b12d245473;hp=1d6250afe4c3245bffd2b1be651f7af52b089a3b;hpb=47c18d4de2719126f6b045b5c37525cd8f170aa1;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Validators.cpp b/src/PartSet/PartSet_Validators.cpp index 1d6250afe..d464e85ab 100644 --- a/src/PartSet/PartSet_Validators.cpp +++ b/src/PartSet/PartSet_Validators.cpp @@ -12,7 +12,6 @@ #include - int shapesNbPoints(const ModuleBase_ISelection* theSelection) { std::list aList = theSelection->getSelected(); @@ -99,3 +98,4 @@ bool PartSet_RadiusValidator::isValid(const ModuleBase_ISelection* theSelection) } return (aCount > 0) && (aCount < 2); } +