]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Error at load time of _SMeshHelper.so
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 13 Jan 2021 12:39:49 +0000 (13:39 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 13 Jan 2021 12:39:49 +0000 (13:39 +0100)
src/SALOMEDS/SALOMEDS_Study_i.cxx

index 0cef86ff875d355b2bfa3c6cdaff0995fd687a59..3fb2626d2e7a3d357c768531dea2b608f131ac1a 100644 (file)
@@ -72,7 +72,7 @@ static  PortableServer::POA_ptr _poa;
  */
 SALOMEDS::Study_ptr KERNEL::getStudyServantSA()
 {
-  static SALOMEDS::Study_var aStudy;
+  static SALOMEDS::Study_ptr aStudy;
   if(CORBA::is_nil(aStudy))
   {
     CORBA::ORB_ptr orb = KERNEL::getORB();