Salome HOME
Fight warnings
[tools/libbatch.git] / src / Core / BatchManagerCatalog.hxx
index 63b6b215b1b3ca3d1a70f4dce03f3f60dd5a578c..4e7803d55655aa8e90ac14e0c2b4f4c84c2b44b2 100644 (file)
@@ -66,8 +66,8 @@ namespace Batch {
   private:
 
     // Forbid the use of copy constructor and assignment operator
-    BatchManagerCatalog(const BatchManagerCatalog & orig) {}
-    void operator=(const BatchManagerCatalog & orig) {}
+    BatchManagerCatalog(const BatchManagerCatalog &) {}
+    void operator=(const BatchManagerCatalog &) {}
 
   };