From: sbh Date: Mon, 8 Dec 2014 07:48:12 +0000 (+0300) Subject: Porting on linux (CentOS 6.3) X-Git-Tag: V_0.6.0^2~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7888a06fef94771979d7a204246480224e41065f;p=modules%2Fshaper.git Porting on linux (CentOS 6.3) --- diff --git a/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h b/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h index 4609bf08f..e67645e72 100644 --- a/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h +++ b/src/GeomAPI/GeomAPI_DataMapOfShapeShape.h @@ -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 to the Map with the Item. Returns True if the Key was not already in the map bool bind (std::shared_ptr theKey, std::shared_ptr theItem); diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index bb9d5f7f3..2c055ffd6 100644 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -3,7 +3,7 @@ #include #include #include -#include +#include #include #include diff --git a/src/PartSet/PartSet_WidgetPoint2d.cpp b/src/PartSet/PartSet_WidgetPoint2d.cpp index 4e73b4b4c..8c7ce43fc 100644 --- a/src/PartSet/PartSet_WidgetPoint2d.cpp +++ b/src/PartSet/PartSet_WidgetPoint2d.cpp @@ -2,8 +2,8 @@ // Created: 25 Apr 2014 // Author: Natalia ERMOLAEVA -#include "PartSet_WidgetPoint2D.h" -#include "PartSet_Tools.h" +#include "PartSet_WidgetPoint2d.h" +#include #include #include diff --git a/src/PartSet/PartSet_WidgetPoint2d.h b/src/PartSet/PartSet_WidgetPoint2d.h index 444699848..0e8ae42b1 100644 --- a/src/PartSet/PartSet_WidgetPoint2d.h +++ b/src/PartSet/PartSet_WidgetPoint2d.h @@ -1,4 +1,4 @@ -// File: PartSet_WidgetPoint2D.h +// File: PartSet_WidgetPoint2d.h // Created: 25 Apr 2014 // Author: Natalia ERMOLAEVA