From aa37228ac9676de164789fca1e0ae7bf70fab147 Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 30 Nov 2004 16:29:01 +0000 Subject: [PATCH] COMP: ios is in std --- src/gdcmBinEntry.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index 2b0bc0ef..b27d35cc 100644 --- a/src/gdcmBinEntry.cxx +++ b/src/gdcmBinEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.cxx,v $ Language: C++ - Date: $Date: 2004/11/30 16:24:31 $ - Version: $Revision: 1.40 $ + Date: $Date: 2004/11/30 16:29:01 $ + Version: $Revision: 1.41 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -121,7 +121,7 @@ void BinEntry::WriteContent(std::ofstream* fp, FileType filetype) else { // nothing was loaded, but we need to skip space on disc - fp->seekp(lgr, std::ios_base::cur); + fp->seekp(lgr, std::ios::cur); } } //----------------------------------------------------------------------------- -- 2.48.1