X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.h;h=08e26fb39feb817fa827201200f6a8972fecc073;hb=b8a5842638a6d29023d5440c09b08c94b0cbcc75;hp=e00e8934f71e24994abad4fb2ac3d6931d974c33;hpb=05abd393cf82392c894dd1d852e2273b0648671d;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index e00e8934..08e26fb3 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -1,4 +1,4 @@ -// $Header: /cvs/public/gdcm/src/gdcmUtil.h,v 1.9 2003/05/21 14:42:46 frog Exp $ +// $Header: /cvs/public/gdcm/src/gdcmUtil.h,v 1.10 2003/05/21 16:26:28 regrain Exp $ #ifndef GDCMUTIL_H #define GDCMUTIL_H @@ -32,7 +32,7 @@ public: static gdcmDictSet * GetDicts(void); }; -istream & eatwhite(istream & is); +std::istream & eatwhite(std::istream & is); void Tokenize (const std::string& str, std::vector& tokens,