Salome HOME
- Patch for recent Debian distrib:
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IShapes.hxx
index e0827f4ea89a20c4642079fd27719e290bd8f48a..504dbd315c1fd7a2cdafc6999177dbf73d4f7b66 100644 (file)
@@ -72,7 +72,7 @@ class GEOMImpl_IShapes
   void SetTolerance(const Standard_Real theValue)
   { _func->SetReal(SHAPE_ARG_TOLERANCE, theValue); }
 
-  Standard_Integer GetTolerance() { return _func->GetReal(SHAPE_ARG_TOLERANCE); }
+  Standard_Real GetTolerance() { return _func->GetReal(SHAPE_ARG_TOLERANCE); }
 
  private: