From 26386f270f1211c9075224b491a80f6fae6e1790 Mon Sep 17 00:00:00 2001 From: Ovidiu Mircescu Date: Wed, 3 Feb 2021 15:36:57 +0100 Subject: [PATCH] No more toto. --- src/GEOM_SWIG/GeomHelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }