]> SALOME platform Git repositories - modules/kernel.git/blobdiff - src/Launcher/Launcher_Job_Command.hxx
Salome HOME
Compilation under Windows: add missing header
[modules/kernel.git] / src / Launcher / Launcher_Job_Command.hxx
index 75f91c5f993a72f508bd1ba91f469c50659ae759..7ecb37e206425b2f6654a7b504f5d5b28ac60c01 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  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
@@ -33,10 +33,9 @@ namespace Launcher
 {
   class LAUNCHER_EXPORT Job_Command : virtual public Launcher::Job
   {
-    protected:
-      virtual ~Job_Command();
     public:
       Job_Command();
+      virtual ~Job_Command();
 
       virtual void update_job();