Salome HOME
Merge branch 'Dev_2.1.0' of salome:modules/shaper into Dev_2.1.0
[modules/shaper.git] / src / GeomAPI / GeomAPI_DataMapOfShapeMapOfShapes.cpp
index 53e5411e650f6046c7830cc37a46f39c4a1c7153..9e076e6f9c838140ce1129adb3af7f80bdaaf0a3 100644 (file)
@@ -74,6 +74,8 @@ bool GeomAPI_DataMapOfShapeMapOfShapes::find(const std::shared_ptr<GeomAPI_Shape
     aShape->setImpl(new TopoDS_Shape(anIt.Value()));
     theItems.push_back(aShape);
   }
+
+  return true;
 }
 
 //=================================================================================================