From: nds Date: Tue, 20 May 2014 05:05:34 +0000 (+0400) Subject: refs #30 - Sketch base GUI: create, draw lines X-Git-Tag: V_0.2~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b1befcc8c57b491e6720ffdff8817063c58ab7c2;p=modules%2Fshaper.git refs #30 - Sketch base GUI: create, draw lines The compillation correction for Linux. --- 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()); }