From: azv Date: Thu, 28 Nov 2019 04:48:15 +0000 (+0300) Subject: Fix compilation error X-Git-Tag: V9_5_0a1~154 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0a332f5f970393cdf4d83f92aafd629dbe20b607;p=modules%2Fshaper.git Fix compilation error --- diff --git a/src/FeaturesPlugin/FeaturesPlugin_BooleanFuse.cpp b/src/FeaturesPlugin/FeaturesPlugin_BooleanFuse.cpp index e8c47bae5..242629097 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_BooleanFuse.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_BooleanFuse.cpp @@ -111,7 +111,7 @@ void FeaturesPlugin_BooleanFuse::execute() // Collecting solids from compsolids which will not be modified // in boolean operation and will be added to result. - bool isProcessCompsolid = !isSimpleCreation || aFuseVersion >= THE_FUSE_VERSION_1; + bool isProcessCompsolid = !isSimpleCreation || aFuseVersion >= THE_VERSION_1; ListOfShape aShapesToAdd; for (ObjectHierarchy::Iterator anObjectsIt = anObjectsHierarchy.Begin(); isProcessCompsolid && anObjectsIt != anObjectsHierarchy.End();