X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetPoint2dAngle.cpp;h=86c4def1861185108a43fe3c3cac5f86357ead02;hb=327f5bbd915fb32d21f2e524a8d97536e0e5dd4b;hp=b014d34b480412d4f175dcc6eaad9f38de41ffc0;hpb=3b25b196c3d1fdd9bd14cfdc2dd06d3db2055c48;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetPoint2dAngle.cpp b/src/PartSet/PartSet_WidgetPoint2dAngle.cpp index b014d34b4..86c4def18 100644 --- a/src/PartSet/PartSet_WidgetPoint2dAngle.cpp +++ b/src/PartSet/PartSet_WidgetPoint2dAngle.cpp @@ -1,6 +1,6 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -// File: PartSet_WidgetPoint2dAngle.h +// File: PartSet_WidgetPoint2dAngle.cpp // Created: 23 June 2014 // Author: Vitaly Smetannikov @@ -24,9 +24,10 @@ #define PI 3.1415926535897932 PartSet_WidgetPoint2dAngle::PartSet_WidgetPoint2dAngle(QWidget* theParent, + ModuleBase_IWorkshop* theWorkshop, const Config_WidgetAPI* theData, const std::string& theParentId) -: PartSet_WidgetPoint2dDistance(theParent, theData, theParentId) +: PartSet_WidgetPoint2dDistance(theParent, theWorkshop, theData, theParentId) { }