]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_DataMapOfShapeShape.h
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / GeomAPI / GeomAPI_DataMapOfShapeShape.h
index 2e11b8574831bc82f563262c7fde1a585429a2ba..a507f6ed27ca96574e34f5e603c7505749501b76 100644 (file)
@@ -33,7 +33,8 @@ class GeomAPI_DataMapOfShapeShape : public GeomAPI_Interface
 
   /// Adds \a theKey to me with \a theItem. Returns True if the Key  was not already in the map.
   GEOMAPI_EXPORT
-  bool bind (const std::shared_ptr<GeomAPI_Shape> theKey, const std::shared_ptr<GeomAPI_Shape> theItem);
+  bool bind (const std::shared_ptr<GeomAPI_Shape> theKey, 
+             const std::shared_ptr<GeomAPI_Shape> theItem);
 
   /// Merges two maps.
   GEOMAPI_EXPORT void merge(const GeomAPI_DataMapOfShapeShape& theDataMap);