]> SALOME platform Git repositories - tools/libbatch.git/blobdiff - src/Core/Versatile.hxx
Salome HOME
Fight warnings (continue)
[tools/libbatch.git] / src / Core / Versatile.hxx
index d72f8e994be12f4f8c87d23c7dd32cd7e2a2f472..b26fdd10b0004031c1dd153d8ca8b7b7d40f03c1 100644 (file)
@@ -108,8 +108,8 @@ namespace Batch {
 
   private:
 
-    // Forbid the use of affectation operator
-    void operator= (const Versatile & V) {}
+    // Forbid the use of assignment operator
+    void operator= (const Versatile &) {}
 
   };