]> Creatis software - gdcm.git/blobdiff - src/gdcmDirList.cxx
* Fix compilation warnings on linux
[gdcm.git] / src / gdcmDirList.cxx
index 64d0e077b4bf09cfa637e553991c31a0a85a4a5c..9bfa68fdde9fa60f38b55b8550dbf3550c20d4d2 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDirList.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 15:20:33 $
-  Version:   $Revision: 1.54 $
+  Date:      $Date: 2005/11/28 17:24:21 $
+  Version:   $Revision: 1.55 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -188,7 +188,7 @@ int DirList::Explore(std::string const &dirpath, bool recursive)
  * \brief   Print method
  * @param os ostream to write to 
  */
-void DirList::Print(std::ostream &os)
+void DirList::Print(std::ostream &os, std::string const &indent)
 {
    std::copy(Filenames.begin(), Filenames.end(), 
              std::ostream_iterator<std::string>(os, "\n"));