From: jpr Date: Fri, 21 Oct 2005 07:38:00 +0000 (+0000) Subject: Seems some compiler disagree with trailing semi-column at end of X-Git-Tag: OpenJPEG.Version1.2~283 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=12a274bc7f2ed75439e0451bb5e9ff2b612e8aa2;p=gdcm.git Seems some compiler disagree with trailing semi-column at end of gdcmTypeMacro( ...) --- diff --git a/src/gdcmDicomEntry.h b/src/gdcmDicomEntry.h index ddd9eaa7..f7744f29 100644 --- a/src/gdcmDicomEntry.h +++ b/src/gdcmDicomEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomEntry.h,v $ Language: C++ - Date: $Date: 2005/10/20 15:24:08 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/10/21 07:38:00 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -41,7 +41,7 @@ namespace gdcm class GDCM_EXPORT DicomEntry : public RefCounter { public: - gdcmTypeMacro(DicomEntry); + gdcmTypeMacro(DicomEntry) public: // Print diff --git a/src/gdcmDictEntry.h b/src/gdcmDictEntry.h index 9c0e679f..d6766fb9 100644 --- a/src/gdcmDictEntry.h +++ b/src/gdcmDictEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.h,v $ Language: C++ - Date: $Date: 2005/10/20 15:24:08 $ - Version: $Revision: 1.39 $ + Date: $Date: 2005/10/21 07:38:00 $ + Version: $Revision: 1.40 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -38,7 +38,7 @@ namespace gdcm class GDCM_EXPORT DictEntry : public DicomEntry { public: - gdcmTypeMacro(DictEntry); + gdcmTypeMacro(DictEntry) public: static DictEntry *New(uint16_t group, uint16_t elem, diff --git a/src/gdcmRefCounter.h b/src/gdcmRefCounter.h index cb3471a9..23c96c0f 100644 --- a/src/gdcmRefCounter.h +++ b/src/gdcmRefCounter.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRefCounter.h,v $ Language: C++ - Date: $Date: 2005/10/20 15:24:10 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/10/21 07:38:00 $ + 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 @@ -32,7 +32,7 @@ namespace gdcm class GDCM_EXPORT RefCounter : public Base { public: - gdcmTypeMacro(RefCounter); + gdcmTypeMacro(RefCounter) public: // Allocator / Unallocator