X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.cxx;h=8ebb8f61d4619a69604b9da3705bfb30f0ac7c92;hb=c907ef7411a7ddef4192414a95fb7909798e5d02;hp=72d2a1c347eba172e0097b33ddaff1e3ef75789e;hpb=a19112da3ae4ddd5f5753b27390422af5cd05279;p=gdcm.git diff --git a/src/gdcmRLEFrame.cxx b/src/gdcmRLEFrame.cxx index 72d2a1c3..8ebb8f61 100644 --- a/src/gdcmRLEFrame.cxx +++ b/src/gdcmRLEFrame.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFrame.cxx,v $ Language: C++ - Date: $Date: 2004/10/20 14:31:44 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/01/16 04:50:42 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -26,7 +26,7 @@ namespace gdcm * @param indent Indentation string to be prepended during printing. * @param os Stream to print to. */ -void RLEFrame::Print( std::string indent, std::ostream &os ) +void RLEFrame::Print( std::ostream &os, std::string indent ) { os << indent << "--- fragments"