X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomData%2FGeomData_Point.cpp;h=8f5923df1a85b469687b7ca81f2c807f018f0543;hb=ee67e86b7fd96c6e640b07c46dbd586065ef12ae;hp=9ceced262ea3fa533b192dd00e79dee5471b0732;hpb=b5eaf6f6971771b1e39f55ba5fc484e2f150ffb8;p=modules%2Fshaper.git diff --git a/src/GeomData/GeomData_Point.cpp b/src/GeomData/GeomData_Point.cpp index 9ceced262..8f5923df1 100644 --- a/src/GeomData/GeomData_Point.cpp +++ b/src/GeomData/GeomData_Point.cpp @@ -125,7 +125,8 @@ std::string GeomData_Point::expressionError(int theComponent) return myExpression[theComponent]->error(); } -void GeomData_Point::setUsedParameters(int theComponent, const std::set& theUsedParameters) +void GeomData_Point::setUsedParameters(int theComponent, + const std::set& theUsedParameters) { assert(theComponent >= 0 && theComponent < NUM_COMPONENTS); myExpression[theComponent]->setUsedParameters(theUsedParameters);