From: Sergey POKHODENKO Date: Thu, 21 May 2015 14:32:57 +0000 (+0300) Subject: Fix compilation for Debian 8.0 X-Git-Tag: V_1.2.0~116^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=66b666343059bd7d1781ba3f57e494ebd95e4446;p=modules%2Fshaper.git Fix compilation for Debian 8.0 --- diff --git a/src/PartSet/PartSet_WidgetSketchLabel.cpp b/src/PartSet/PartSet_WidgetSketchLabel.cpp index c2ca8a4d2..2ce6f152e 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.cpp +++ b/src/PartSet/PartSet_WidgetSketchLabel.cpp @@ -226,7 +226,7 @@ bool PartSet_WidgetSketchLabel::setSelectionCustom(const ModuleBase_ViewerPrs& t } else if (!aShape.IsNull()) { aDir = setSketchPlane(aShape); - isOwnerSet = aDir; + isOwnerSet = aDir.get(); } return isOwnerSet; }