Salome HOME
Merge multi-study removal branch.
[plugins/blsurfplugin.git] / src / BLSURFPlugin / BLSURFPlugin_i.cxx
index 9cefe5c4cb0a3ea9d40bb31486ca3c44e6255c90..9d0296c996a1033271546fc8e03f2f846f325a82 100644 (file)
@@ -42,10 +42,9 @@ class BLSURFPlugin_Creator_i : public GenericHypothesisCreator_i
 {
   // Create a hypothesis
   virtual SMESH_Hypothesis_i* Create(PortableServer::POA_ptr thePOA,
-                                     int                     theStudyId,
                                      ::SMESH_Gen*            theGenImpl)
   {
-    return new T (thePOA, theStudyId, theGenImpl, !NOGEOM);
+    return new T (thePOA, theGenImpl, !NOGEOM);
   }
 
   // as we have 'module BLSURFPlugin' in BLSURFPlugin_Algorithm.idl