X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmElValue.h;h=0d91c3d78df545554238ba533865d8010abbbdb9;hb=bed33c23d52354bfe0c3714493754c60c05cb320;hp=b4f9f150be18d6bb6ddf5b6f7bd6e072bc848620;hpb=b158878c883def8179e3eccc27fcea5bb6035a4c;p=gdcm.git diff --git a/src/gdcmElValue.h b/src/gdcmElValue.h index b4f9f150..0d91c3d7 100644 --- a/src/gdcmElValue.h +++ b/src/gdcmElValue.h @@ -1,4 +1,4 @@ -// $Header: /cvs/public/gdcm/src/Attic/gdcmElValue.h,v 1.7 2003/07/23 08:43:03 jpr Exp $ +// $Header: /cvs/public/gdcm/src/Attic/gdcmElValue.h,v 1.8 2003/10/09 13:22:54 jpr Exp $ #ifndef GDCMELVALUE_H #define GDCMELVALUE_H @@ -26,8 +26,8 @@ private: public: std::string value; void * voidArea; // unsecure memory area to hold 'non string' values - // (ie : Lookup Tables, overlays) - size_t Offset; // Offset from the begining of file for direct user access + // (ie : Lookup Tables, overlays) + size_t Offset; // Offset from the begining of file for direct user access gdcmElValue(gdcmDictEntry*); void SetDictEntry(gdcmDictEntry *NewEntry) { entry = NewEntry; };