From b1befcc8c57b491e6720ffdff8817063c58ab7c2 Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 20 May 2014 09:05:34 +0400 Subject: [PATCH] refs #30 - Sketch base GUI: create, draw lines The compillation correction for Linux. --- src/PartSet/PartSet_OperationSketchBase.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PartSet/PartSet_OperationSketchBase.cpp b/src/PartSet/PartSet_OperationSketchBase.cpp index 4512ffb6a..997a96b12 100644 --- a/src/PartSet/PartSet_OperationSketchBase.cpp +++ b/src/PartSet/PartSet_OperationSketchBase.cpp @@ -5,7 +5,7 @@ #include #include -#include +#include #include @@ -31,8 +31,8 @@ boost::shared_ptr PartSet_OperationSketchBase::preview( boost::shared_ptr aFeature = boost::dynamic_pointer_cast(theFeature); if (!aFeature) { // if it is reference to a object feature - boost::shared_ptr anObj = - boost::dynamic_pointer_cast(theFeature); + boost::shared_ptr anObj = + boost::dynamic_pointer_cast(theFeature); if (anObj) aFeature = boost::dynamic_pointer_cast(anObj->featureRef()); } -- 2.39.2