]> Creatis software - gdcm.git/commitdiff
* Fix compilation errors in the Python part
authorregrain <regrain>
Fri, 21 Oct 2005 15:34:56 +0000 (15:34 +0000)
committerregrain <regrain>
Fri, 21 Oct 2005 15:34:56 +0000 (15:34 +0000)
   -- BeNours

src/gdcmDicomEntry.h
src/gdcmDictEntry.h
src/gdcmMacro.h
src/gdcmRefCounter.h

index 7149fff539dbe43ddff2c97ecf39c7863fcc6bdf..1af59fcb2e37524a4d6d8aa1ee38a6011033309b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomEntry.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/21 12:12:55 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2005/10/21 15:34:56 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -40,7 +40,7 @@ namespace gdcm
  */
 class GDCM_EXPORT DicomEntry : public RefCounter
 {
-   gdcmTypeMacro(DicomEntry)
+   gdcmTypeMacro(DicomEntry);
 
 public:
 // Print
index 7f204fb7f305f030c6ac847f57d22d8d1086c744..588bc548822bd0400c89ddb79544c24a2cb3678b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDictEntry.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/21 11:50:04 $
-  Version:   $Revision: 1.41 $
+  Date:      $Date: 2005/10/21 15:34:56 $
+  Version:   $Revision: 1.42 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -37,7 +37,7 @@ namespace gdcm
  */
 class GDCM_EXPORT DictEntry : public DicomEntry
 {
-   gdcmTypeMacro(DictEntry)
+   gdcmTypeMacro(DictEntry);
 
 public:
    static DictEntry *New(uint16_t group, uint16_t elem,
index 0bd2b43baeef195b9b1ea5744eb8cf199a31a22d..389dbef43b6cd31cfffb5180c20598dcda5aae0c 100644 (file)
@@ -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
index 70d1262f65f2af10d616dcc8fdcbeada65ce87da..a5e39fe34eaed7c9d028de939fce8c36c914cfff 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRefCounter.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/21 11:50:04 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2005/10/21 15:34:56 $
+  Version:   $Revision: 1.6 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -31,7 +31,7 @@ namespace gdcm
  */
 class GDCM_EXPORT RefCounter : public Base
 {
-   gdcmTypeMacro(RefCounter)
+   gdcmTypeMacro(RefCounter);
 
 public:
 // Allocator / Unallocator