From 46c1d1845d03b669a3f442e35723d48d62ea468f Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 11 Dec 2019 10:26:43 +0300 Subject: [PATCH] Fix compilation error on Linux --- src/SketchPlugin/SketchPlugin_ConstraintAngle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) { -- 2.39.2