From ebbc51bd0cefc051958b380579fe1d21c00c2377 Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 14 Dec 2017 14:26:10 +0300 Subject: [PATCH] linux compilation corrected --- src/PartSet/PartSet_Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index 6d3684ec2..a10860767 100755 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -621,7 +621,7 @@ void PartSet_Module::moduleSelectionModes(int theModesType, QIntList& theModes) void PartSet_Module::moduleSelectionFilters(const QIntList& theFilterTypes, SelectMgr_ListOfFilter& theSelectionFilters) { - bool isSketchActive = mySketchMgr->activeSketch(); + bool isSketchActive = mySketchMgr->activeSketch().get(); std::map::const_iterator aFiltersIt = mySelectionFilters.begin(); -- 2.39.2