From: azv Date: Wed, 11 Dec 2019 07:26:43 +0000 (+0300) Subject: Fix compilation error on Linux X-Git-Tag: V9_5_0a1~110 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=46c1d1845d03b669a3f442e35723d48d62ea468f;p=modules%2Fshaper.git Fix compilation error on Linux --- diff --git a/src/SketchPlugin/SketchPlugin_ConstraintAngle.cpp b/src/SketchPlugin/SketchPlugin_ConstraintAngle.cpp index 5459741e4..890df386f 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintAngle.cpp +++ b/src/SketchPlugin/SketchPlugin_ConstraintAngle.cpp @@ -290,7 +290,7 @@ double SketchPlugin_ConstraintAngle::getAngleForType(double theAngle, } // Convert angle value or a text expression from one angle type to another -static void convertAngle(AttributeDoublePtr& theAngle, +static void convertAngle(AttributeDoublePtr theAngle, const int thePrevType, const int theNewType) { if (theAngle->isInitialized()) {