X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestDicomDir.cxx;h=35d17d65cd367b942ed30cb8045aeb6f13246d32;hb=8fca7bc2830904113dbb5521c009775d964c5c98;hp=aa4c176d7a086723b80d0cee9752d67f6ea9f70b;hpb=16eead9d9f2128578afe6c524987e45e49bc3138;p=gdcm.git diff --git a/Testing/TestDicomDir.cxx b/Testing/TestDicomDir.cxx index aa4c176d..35d17d65 100644 --- a/Testing/TestDicomDir.cxx +++ b/Testing/TestDicomDir.cxx @@ -1,6 +1,6 @@ #include #include "gdcm.h" -#include "gdcmHeaderEntry.h" +#include "gdcmDocEntry.h" #include "gdcmDicomDir.h" #include @@ -8,7 +8,6 @@ int TestDicomDir(int argc, char* argv[]) { gdcmDicomDir *e1; - ListTag::iterator deb , fin; ListDicomDirPatient::iterator itPatient; ListDicomDirStudy::iterator itStudy; @@ -37,7 +36,7 @@ int TestDicomDir(int argc, char* argv[]) } // Simple examples of structure exploitation -// DON'T REMOVE neither the folowing code, nor the commented out lines +// DON'T REMOVE neither the following code, nor the commented out lines /* cout << std::endl << std::endl