From: Ovidiu Mircescu Date: Wed, 3 Feb 2021 14:36:57 +0000 (+0100) Subject: No more toto. X-Git-Tag: V9_7_0a1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=26386f270f1211c9075224b491a80f6fae6e1790;p=modules%2Fgeom.git No more toto. --- diff --git a/src/GEOM_SWIG/GeomHelper.cxx b/src/GEOM_SWIG/GeomHelper.cxx index f4121d9b9..1b9eaa27f 100644 --- a/src/GEOM_SWIG/GeomHelper.cxx +++ b/src/GEOM_SWIG/GeomHelper.cxx @@ -37,7 +37,7 @@ std::string BuildGEOMInstance() PortableServer::ObjectId_var conId; // { - char *argv[4] = {"Container","FactoryServer","toto",nullptr}; + char *argv[4] = {"Container","FactoryServer","GEOM",nullptr}; Engines_Container_i *cont = new Engines_Container_i(orb,poa,"FactoryServer",2,argv,false,false); conId = poa->activate_object(cont); }