]> SALOME platform Git repositories - modules/hexablock.git/commitdiff
Salome HOME
WIP
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 24 Feb 2021 09:33:17 +0000 (10:33 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 26 Feb 2021 06:25:01 +0000 (07:25 +0100)
src/HEXABLOCKGUI/HEXABLOCKGUI.cxx

index 42e4fcd1fe7dd7bcaddf9c352895e7b75c52a19c..3564e1f98562cd7809c26f9cbc57f05fd5b857f4 100644 (file)
@@ -423,7 +423,7 @@ bool HEXABLOCKGUI::deactivateModule( SUIT_Study* theStudy )
 
 SALOMEDS::Study_var HEXABLOCKGUI::getStudyServant()
 {
-  SALOME_NamingService *aNamingService = SalomeApp_Application::namingService();
+  SALOME_NamingService_Abstract *aNamingService = SalomeApp_Application::namingService();
   CORBA::Object_var aSMObject = aNamingService->Resolve("/Study");
   SALOMEDS::Study_var aDSStudy = SALOMEDS::Study::_narrow(aSMObject);
   return aDSStudy._retn();