]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFramesInfo.h
Typo
[gdcm.git] / src / gdcmRLEFramesInfo.h
index c9036b6c494f0da143735ff25a30792a69c706a9..b5f60727f851df43dc4a3fdbebbdb1d6082b6078 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFramesInfo.h,v $
   Language:  C++
-  Date:      $Date: 2005/02/06 14:43:28 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2005/02/11 16:58:49 $
+  Version:   $Revision: 1.19 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -48,7 +48,7 @@ public:
    bool DecompressRLEFile( std::ifstream *fp, uint8_t *subRaw, int xSize, 
                            int ySize, int zSize, int bitsAllocated );
    bool ConvertRLE16BitsFromRLE8Bits( uint8_t *subRaw, int xSize, int ySize, 
-                                      int NumberOfFrames );
+                                      int numberOfFrames );
 
    void AddFrame(RLEFrame *frame);