X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetEditor.cpp;h=54e455ceb226e472de415d7b9664443854e1feef;hb=fb54db5e1466b16dfc029c4a7364a67a9a6a8c24;hp=d0a129aba01b49031ea569c398776a79f3683fb8;hpb=42985955d89fa845790a7e38609f5b6838285147;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetEditor.cpp b/src/PartSet/PartSet_WidgetEditor.cpp index d0a129aba..54e455ceb 100644 --- a/src/PartSet/PartSet_WidgetEditor.cpp +++ b/src/PartSet/PartSet_WidgetEditor.cpp @@ -14,9 +14,8 @@ #include PartSet_WidgetEditor::PartSet_WidgetEditor(QWidget* theParent, ModuleBase_IWorkshop* theWorkshop, - const Config_WidgetAPI* theData, - const std::string& theParentId) - : ModuleBase_WidgetEditor(theParent, theData, theParentId), myWorkshop(theWorkshop) + const Config_WidgetAPI* theData) + : ModuleBase_WidgetEditor(theParent, theData), myWorkshop(theWorkshop) { }