]> Creatis software - gdcm.git/blobdiff - src/gdcmRLEFrame.h
* Fix compilation warnings on linux
[gdcm.git] / src / gdcmRLEFrame.h
index a4af1a8631b938b27fab306361ef8a14081c12d1..b667116bdc9f0f013ea24614cca7cdda74bed8c5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmRLEFrame.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 16:50:33 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2005/11/28 17:24:21 $
+  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
@@ -49,7 +49,7 @@ friend class File;
 friend class RLEFramesInfo;
 private:
    RLEFrame() { NumberOfFragments = 0; }
-   void Print( std::ostream &os = std::cout, std::string indent = "" );
+   void Print( std::ostream &os = std::cout, std::string const &indent = "" );
 
    void SetNumberOfFragments(unsigned int number) 
                                        { NumberOfFragments = number; }