X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCore%2FBatch_BatchManagerCatalog.hxx;h=7286c5966704dc3e572a31dd844839ce57ce1119;hb=09f00d3d40dbc8380e3248b0fbda9405174e5d66;hp=4da699a8dcbade82735578a6a43dca4f03d561a4;hpb=ed36c741d48386b917acc49c69ed32aec4b996c0;p=tools%2Flibbatch.git diff --git a/src/Core/Batch_BatchManagerCatalog.hxx b/src/Core/Batch_BatchManagerCatalog.hxx index 4da699a..7286c59 100644 --- a/src/Core/Batch_BatchManagerCatalog.hxx +++ b/src/Core/Batch_BatchManagerCatalog.hxx @@ -66,7 +66,7 @@ namespace Batch { // Forbid the use of copy constructor and assignment operator BatchManagerCatalog(const BatchManagerCatalog & orig) {} - BatchManagerCatalog& operator=(const BatchManagerCatalog & orig) { return *this; } + void operator=(const BatchManagerCatalog & orig) {} };