]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.h
ENH: Try to sync gdcm CVS and gdcm 1.2. ~2000 lines of changes, please be gentle...
[gdcm.git] / src / gdcmRLEFramesInfo.h
index 56724c2ebc1356267baccbf66fdf0671bdce3aa8..c4f44ddbc06043707517ddd2fb9c4ae320389b72 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFramesInfo.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/18 14:33:24 $
-  Version:   $Revision: 1.20 $
+  Date:      $Date: 2006/02/16 20:06:15 $
+  Version:   $Revision: 1.21 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -58,7 +58,6 @@ private:
    RLEFrame *GetFirstFrame();
    RLEFrame *GetNextFrame();
 
-//private::
    typedef std::list<RLEFrame *> RLEFrameList;
 
    RLEFrameList Frames;