Salome HOME
Removed some warnings
[tools/libbatch.git] / src / SGE / Batch_BatchManager_eSGE.cxx
index 20d5c4b5baede809fbf9a9366e8b6758a1065125..4f0d305ce6cc6699be632a204d6d649fc1ad1640 100644 (file)
@@ -56,8 +56,8 @@ namespace Batch {
   BatchManager_eSGE::BatchManager_eSGE(const FactBatchManager * parent, const char * host,
                                        const char * username,
                                        CommunicationProtocolType protocolType, const char * mpiImpl)
-  : BatchManager_eClient(parent, host, username, protocolType, mpiImpl),
-    BatchManager(parent, host)
+  : BatchManager(parent, host),
+    BatchManager_eClient(parent, host, username, protocolType, mpiImpl)
   {
     // Nothing to do
   }