Salome HOME
Issue #653 - Double and triple click edges -- Fix Debian dynamic_pointer_cast problem...
[modules/shaper.git] / src / PartSet / PartSet_WidgetPoint2dAngle.cpp
index b014d34b480412d4f175dcc6eaad9f38de41ffc0..86c4def1861185108a43fe3c3cac5f86357ead02 100644 (file)
@@ -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
 
 #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)
 {
 }