From: malaterre Date: Tue, 30 Nov 2004 16:29:01 +0000 (+0000) Subject: COMP: ios is in std X-Git-Tag: Version1.0.bp~559 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=aa37228ac9676de164789fca1e0ae7bf70fab147;p=gdcm.git COMP: ios is in std --- 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); } } //-----------------------------------------------------------------------------