]> SALOME platform Git repositories - modules/kernel.git/blobdiff - src/Launcher/Launcher_Job_YACSFile.hxx
Salome HOME
Compilation under Windows: add missing header
[modules/kernel.git] / src / Launcher / Launcher_Job_YACSFile.hxx
index 1a3865f84cf5ad8019f654b1129532c2c4ae1759..faa9935132b9adc2b88c02be51f98f955f5a23f5 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
@@ -29,10 +29,9 @@ namespace Launcher
 {
   class LAUNCHER_EXPORT Job_YACSFile : virtual public Launcher::Job_SALOME
   {
-    private:
-      virtual ~Job_YACSFile();
     public:
       Job_YACSFile();
+      virtual ~Job_YACSFile();
 
       virtual void setJobFile(const std::string & job_file);
       virtual void addJobTypeSpecificScript(std::ofstream & launch_script_stream);