Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / SMESHUtils / SMESH_OctreeNode.hxx
index 3306dbc31376e1106ebd05005770195cc63c2d05..670843c9e98447e5ebd68ff707352a4a83c76c7f 100644 (file)
@@ -63,7 +63,7 @@ class SMESHUtils_EXPORT SMESH_OctreeNode : public SMESH_Octree
   virtual ~SMESH_OctreeNode () {};
 
   // Tells us if Node is inside the current box with the precision "precision"
-  virtual const bool isInside(const gp_XYZ& p, const double precision = 0.);
+  virtual bool       isInside(const gp_XYZ& p, const double precision = 0.);
 
   // Return in Result a list of Nodes potentials to be near Node
   void               AllNodesAround(const SMDS_MeshNode *              node,