Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Model / Model_ResultConstruction.cpp
index 30a1cd467c063854bc8381c20c64e830eb2a8243..750d0e27d370443ddff3abd629cdf2e96570a482 100644 (file)
@@ -9,7 +9,7 @@ void Model_ResultConstruction::setShape(std::shared_ptr<GeomAPI_Shape> theShape)
   myShape = theShape;
 }
 
-std::shared_ptr<GeomAPI_Shape>& Model_ResultConstruction::shape()
+std::shared_ptr<GeomAPI_Shape> Model_ResultConstruction::shape()
 {
   return myShape;
 }