X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirPatient.cxx;h=c8cc875f876354c73702860af433fe5f2bcad480;hb=fc4f7706c78baf3f60474c06d871b82db221f37b;hp=33896dff5a6a3cb20bc4be534b7ab734d9356f0b;hpb=8e7d7cb974953d9bc78b905451de7ca72887dc58;p=gdcm.git diff --git a/src/gdcmDicomDirPatient.cxx b/src/gdcmDicomDirPatient.cxx index 33896dff..c8cc875f 100644 --- a/src/gdcmDicomDirPatient.cxx +++ b/src/gdcmDicomDirPatient.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirPatient.cxx,v $ Language: C++ - Date: $Date: 2007/08/29 15:30:48 $ - Version: $Revision: 1.43 $ + Date: $Date: 2007/10/08 15:20:17 $ + Version: $Revision: 1.44 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -57,7 +57,7 @@ DicomDirPatient::~DicomDirPatient() * @param fp ofstream to write to * @param t Type of the File (explicit VR, implicitVR, ...) */ -void DicomDirPatient::WriteContent(std::ofstream *fp, FileType t, bool dummy, bool dummy2) +void DicomDirPatient::WriteContent(std::ofstream *fp, FileType t, bool , bool ) { DicomDirObject::WriteContent(fp, t, false, true);