X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmMacro.h;h=389dbef43b6cd31cfffb5180c20598dcda5aae0c;hb=5b4a76f5a670626f5ae20714d265b3a50ffa2218;hp=0bd2b43baeef195b9b1ea5744eb8cf199a31a22d;hpb=6a7c2fbcb5bfc240a3b9875ad4836f5dc058e069;p=gdcm.git diff --git a/src/gdcmMacro.h b/src/gdcmMacro.h index 0bd2b43b..389dbef4 100644 --- a/src/gdcmMacro.h +++ b/src/gdcmMacro.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmMacro.h,v $ Language: C++ - Date: $Date: 2005/10/20 15:24:09 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/10/21 15:34:56 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,7 +23,7 @@ #define gdcmTypeMacro(type) \ private : \ type(type &); /* Not implemented */ \ - type &operator=(type &); /* Not implemented */ + type &operator=(type &) /* Not implemented */ //----------------------------------------------------------------------------- #endif