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