From 7888a06fef94771979d7a204246480224e41065f Mon Sep 17 00:00:00 2001 From: sbh Date: Mon, 8 Dec 2014 10:48:12 +0300 Subject: [PATCH] Porting on linux (CentOS 6.3) --- src/GeomAPI/GeomAPI_DataMapOfShapeShape.h | 2 +- src/PartSet/PartSet_Module.cpp | 2 +- src/PartSet/PartSet_WidgetPoint2d.cpp | 4 ++-- src/PartSet/PartSet_WidgetPoint2d.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.2