From 1001dc508ae0f3370744944beddc636d7c6428bc Mon Sep 17 00:00:00 2001 From: dbv Date: Fri, 26 Feb 2016 17:23:06 +0300 Subject: [PATCH] Warning fix --- src/GeomAlgoAPI/GeomAlgoAPI.i | 2 +- src/GeomAlgoAPI/GeomAlgoAPI_swig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GeomAlgoAPI/GeomAlgoAPI.i b/src/GeomAlgoAPI/GeomAlgoAPI.i index df680e9df..2aea45d15 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI.i +++ b/src/GeomAlgoAPI/GeomAlgoAPI.i @@ -14,12 +14,12 @@ %include "std_shared_ptr.i" // all supported interfaces +%include "GeomAlgoAPI_MakeShape.h" %include "GeomAlgoAPI_Boolean.h" %include "GeomAlgoAPI_CompoundBuilder.h" %include "GeomAlgoAPI_DFLoader.h" %include "GeomAlgoAPI_EdgeBuilder.h" %include "GeomAlgoAPI_FaceBuilder.h" -%include "GeomAlgoAPI_MakeShape.h" %include "GeomAlgoAPI_MakeShapeCustom.h" %include "GeomAlgoAPI_MakeShapeList.h" %include "GeomAlgoAPI_MakeSweep.h" diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_swig.h b/src/GeomAlgoAPI/GeomAlgoAPI_swig.h index b93b23850..6c9f54bc7 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_swig.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_swig.h @@ -8,12 +8,12 @@ #define SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_ #include "GeomAlgoAPI.h" + #include "GeomAlgoAPI_MakeShape.h" #include "GeomAlgoAPI_Boolean.h" #include "GeomAlgoAPI_CompoundBuilder.h" #include "GeomAlgoAPI_DFLoader.h" #include "GeomAlgoAPI_EdgeBuilder.h" #include "GeomAlgoAPI_FaceBuilder.h" - #include "GeomAlgoAPI_MakeShape.h" #include "GeomAlgoAPI_MakeShapeCustom.h" #include "GeomAlgoAPI_MakeShapeList.h" #include "GeomAlgoAPI_MakeSweep.h" -- 2.39.2