From 0a332f5f970393cdf4d83f92aafd629dbe20b607 Mon Sep 17 00:00:00 2001 From: azv Date: Thu, 28 Nov 2019 07:48:15 +0300 Subject: [PATCH] Fix compilation error --- src/FeaturesPlugin/FeaturesPlugin_BooleanFuse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2