X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocument.cxx;h=4577c5a0511f70bfa7302d01e6f2eee52a1ce8f8;hb=add6c88b334e9cf4ddb0ae1849f1380f9844f99c;hp=518620d987919b67f283ba4725b85501652464a5;hpb=cef36b4fab1ede1dce28ba83c20269ef07b89f71;p=gdcm.git diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index 518620d9..4577c5a0 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2007/09/25 15:21:57 $ - Version: $Revision: 1.372 $ + Date: $Date: 2007/10/08 15:20:17 $ + Version: $Revision: 1.373 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -693,7 +693,7 @@ bool Document::CloseFile() * @param filetype Type of the File to be written * (ACR-NEMA, ExplicitVR, ImplicitVR) */ -void Document::WriteContent(std::ofstream *fp, FileType filetype) +void Document::WriteContent(std::ofstream *fp, FileType filetype, bool, bool) { // Skip if user wants to write an ACR-NEMA file