]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirSerie.h
STYLE: Remove old comments
[gdcm.git] / src / gdcmDicomDirSerie.h
index 78658e0853a80025677d563951633c87865d026e..27c5adc9cc778de2a78585ed4373d4463e3fba41 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDirSerie.h,v $
   Language:  C++
-  Date:      $Date: 2005/02/07 14:48:34 $
-  Version:   $Revision: 1.28 $
+  Date:      $Date: 2005/09/02 07:10:03 $
+  Version:   $Revision: 1.29 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -44,7 +44,7 @@ public:
    // Image methods
    DicomDirImage *NewImage();
    /// Add a new gdcm::DicomDirImage to the Serie
-   void AddImage(DicomDirImage *obj) { Images.push_back(obj); };
+   void AddImage(DicomDirImage *obj) { Images.push_back(obj); }
    void ClearImage();
 
    DicomDirImage *GetFirstImage();