]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_IWidgetCreator.cpp
Salome HOME
Issue #17347: B-Splines in Sketcher
[modules/shaper.git] / src / ModuleBase / ModuleBase_IWidgetCreator.cpp
index 1e5e8ac33d104300d2501f491ce88acc3f1303fc..706533ff23c87c1159879e60d545200a7a7f48d0 100644 (file)
@@ -29,7 +29,8 @@ ModuleBase_IWidgetCreator::~ModuleBase_IWidgetCreator()
 
 QWidget* ModuleBase_IWidgetCreator::createPanelByType(const std::string& theType,
                                                       QWidget* theParent,
-                                                      const FeaturePtr& theFeature)
+                                                      const FeaturePtr& theFeature,
+                                                      Config_WidgetAPI* theWidgetApi)
 {
   return 0;
 }