X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDataEntry.cxx;h=3504fee1ee98e9a52cf5eb43a5bab9f25151cc43;hb=8e7d7cb974953d9bc78b905451de7ca72887dc58;hp=9e35cc59477afef874e9f71c6d5b90cb2cb9c061;hpb=f81c70ab42449173951c37658f09d0f5735ab875;p=gdcm.git diff --git a/src/gdcmDataEntry.cxx b/src/gdcmDataEntry.cxx index 9e35cc59..3504fee1 100644 --- a/src/gdcmDataEntry.cxx +++ b/src/gdcmDataEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDataEntry.cxx,v $ Language: C++ - Date: $Date: 2007/08/27 16:14:47 $ - Version: $Revision: 1.46 $ + Date: $Date: 2007/08/29 15:30:48 $ + 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 @@ -550,10 +550,10 @@ void DataEntry::Copy(DocEntry *doc) * @param filetype type of the file (ACR, ImplicitVR, ExplicitVR, ...) */ void DataEntry::WriteContent(std::ofstream *fp, FileType filetype, - bool insideMetaElements) + bool insideMetaElements, bool insideSequence) { // writes the 'common part' - DocEntry::WriteContent(fp, filetype, insideMetaElements); + DocEntry::WriteContent(fp, filetype, insideMetaElements, insideSequence); if ( GetGroup() == 0xfffe ) {