X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmBinEntry.cxx;h=19ac4d6553a8bfec46cb12edc0e5d934d1096a11;hb=e6ff7dc295436e9463650ea13ab965ce35ae126c;hp=1d6a7c567b33f45d408e0583e29e8b81d83e127c;hpb=080d009b15058360a881a02e2aea005e90d14c3c;p=gdcm.git diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index 1d6a7c56..19ac4d65 100644 --- a/src/gdcmBinEntry.cxx +++ b/src/gdcmBinEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.cxx,v $ Language: C++ - Date: $Date: 2005/01/14 17:40:04 $ - Version: $Revision: 1.52 $ + Date: $Date: 2005/01/16 04:50:41 $ + Version: $Revision: 1.53 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -76,7 +76,7 @@ BinEntry::~BinEntry() * \brief canonical Printer */ -void BinEntry::Print(std::ostream &os) +void BinEntry::Print(std::ostream &os, std::string const & ) { os << "B "; DocEntry::Print(os);