X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkFilterWithAnatomicalFeatureDatabaseManagement.cxx;h=4d96ba3a7e3cbcd2ba19167715105a184f98137a;hb=342abd5c807dab47a30d8369aca8f7e5c9242b2b;hp=9732057817f0dab2de41c59a2a49c96810c62c8d;hpb=3da534185c1e1cbe298995b06f762f96b878cb91;p=clitk.git diff --git a/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx b/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx index 9732057..4d96ba3 100644 --- a/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx +++ b/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx @@ -75,7 +75,7 @@ AddUsedStructures(std::string station, std::string structure) bool founded = true; bool tag = GetAFDB()->TagExist(structure); if (tag) { - typedef typename itk::Image ImageType; + typedef itk::Image ImageType; founded = GetAFDB()->CheckImage(structure); if (!founded) { std::cout << " \t Image not exist in DB ";