X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.h;h=b667116bdc9f0f013ea24614cca7cdda74bed8c5;hb=de3b7ba046faa2c6728c25d54d22eafe6a24040d;hp=a4af1a8631b938b27fab306361ef8a14081c12d1;hpb=6d79b5e185867ef00629f1ccb279c32daa6357d2;p=gdcm.git diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index a4af1a86..b667116b 100644 --- a/src/gdcmRLEFrame.h +++ b/src/gdcmRLEFrame.h @@ -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; }