X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_QuadtreeNode.hxx;h=6ea6f186d7a390e99734cee3ae590b382bdd03c2;hb=9082efb75ca2505f8b4c5096d37e8d87491cd5d9;hp=6ec99f766b304239616becdb2999f4138eeda902;hpb=6125fb8b6cbed45b172a104b5ae3c0b3cd909e5c;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_QuadtreeNode.hxx b/src/HYDROData/HYDROData_QuadtreeNode.hxx index 6ec99f76..6ea6f186 100644 --- a/src/HYDROData/HYDROData_QuadtreeNode.hxx +++ b/src/HYDROData/HYDROData_QuadtreeNode.hxx @@ -106,7 +106,7 @@ public: bool isEmpty() const { return myChildren == 0; } inline double getPrecision() {return myPrecision; } - inline double setPrecision(double precision) {myPrecision = precision; } + inline void setPrecision(double precision) {myPrecision = precision; } protected: