X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmParser.h;h=be88d134b5a3972431a1267aad015bc3440a2351;hb=8402492c91eb411888fb7e220e0f02b3d94c59db;hp=d4739016e7eb742f6fe6a47cce42cbacaf829e32;hpb=73c6010938bc66a1ef2b325ebee2408cc14a024c;p=gdcm.git diff --git a/src/gdcmParser.h b/src/gdcmParser.h index d4739016..be88d134 100644 --- a/src/gdcmParser.h +++ b/src/gdcmParser.h @@ -134,7 +134,7 @@ protected: void LoadHeaderEntrySafe(gdcmHeaderEntry *); void UpdateGroupLength(bool SkipSequence = false, FileType type = ImplicitVR); - void WriteEntries(FileType type, FILE *); + void WriteEntries(FILE *_fp,FileType type); // Variables FILE *fp;