]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_DataMapOfShapeShape.h
Salome HOME
Porting on linux (CentOS 6.3)
[modules/shaper.git] / src / GeomAPI / GeomAPI_DataMapOfShapeShape.h
index 4609bf08fad6d6eae2dfa95dce066b7c1753cc79..e67645e72efdb0a8cb2f8fdee2a617cf30ee28fb 100644 (file)
@@ -26,7 +26,7 @@ class GEOMAPI_EXPORT GeomAPI_DataMapOfShapeShape : public GeomAPI_Interface
   void clear();
 
   /// Size of the map
-  int GeomAPI_DataMapOfShapeShape::size();
+  int size();
 
   /// Adds the Key <K> to  the Map <me>  with  the  Item. Returns True  if the Key  was not already in the map
   bool bind (std::shared_ptr<GeomAPI_Shape> theKey, std::shared_ptr<GeomAPI_Shape> theItem);