]> SALOME platform Git repositories - modules/kernel.git/blobdiff - src/Launcher/Launcher_Job_SALOME.hxx
Salome HOME
Compilation under Windows: add missing header
[modules/kernel.git] / src / Launcher / Launcher_Job_SALOME.hxx
index 8178965ba334aac3da243789b1913148efef4779..a3f15de1d543432ea73b06da7b78702cf14fd2fc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2019  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2009-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -34,10 +34,9 @@ namespace Launcher
 {
   class LAUNCHER_EXPORT Job_SALOME : virtual public Launcher::Job
   {
-    protected:
-      virtual ~Job_SALOME();
     public:
       Job_SALOME();
+      virtual ~Job_SALOME();
 
       virtual void setResourceDefinition(const ParserResourcesType & resource_definition);
       virtual void update_job();