Salome HOME
Issue #710 fillet is wrong
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2dAngle.cpp
index b014d34b480412d4f175dcc6eaad9f38de41ffc0..06e9b43863095109be50f598475d035374b5baf4 100644 (file)
 #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)
 {
 }