X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.cxx;h=839e1617096db2da51e5bd36048573b68f9e400a;hb=282225e34db2bc062080c4993974ba152b74c4dc;hp=03150d58b1ba6d1753774cd6a065a0a2eebc9fda;hpb=a93b48c4c573b00622ded9c58ed848d6048bc0f5;p=gdcm.git diff --git a/src/gdcmVR.cxx b/src/gdcmVR.cxx index 03150d58..839e1617 100644 --- a/src/gdcmVR.cxx +++ b/src/gdcmVR.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmVR.cxx,v $ Language: C++ - Date: $Date: 2005/10/23 14:56:27 $ - Version: $Revision: 1.46 $ + Date: $Date: 2005/10/26 08:04:16 $ + Version: $Revision: 1.47 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -185,7 +185,7 @@ bool VR::IsValidVR(VRKey const &key) * \brief Print all * @param os The output stream to be written to. */ -void VR::Print(std::ostream &os) +void VR::Print(std::ostream &os,std::string const &) { for (VRHT::iterator it = vr.begin(); it != vr.end(); ++it) {