Salome HOME
debug salome test: bad initialisation of static _poa of SALOMEDS_Study_i
[modules/kernel.git] / src / SALOMEDS / SALOMEDS.cxx
index b6fdf918b64c9ace47c92c61d044749ab10a8fd9..1ed2cfc9fdb5dfad52dbf10f60f6f4c88b1122cf 100644 (file)
@@ -124,7 +124,7 @@ extern "C"
       MESSAGE("CreateStudy: KERNELStudySingleThreadPOA: "<< poa);
       threadPol->destroy();
 
-      SALOMEDS_Study_i::SetThePOA(poa);  
+      SALOMEDS_Study_i::SetThePOA(poa);
       SALOMEDS_Study_i* aStudy_i = new SALOMEDS_Study_i(orb);
 
       // Activate the objects.  This tells the POA that the objects are ready to accept requests.