X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkFilterWithAnatomicalFeatureDatabaseManagement.cxx;h=4d96ba3a7e3cbcd2ba19167715105a184f98137a;hb=ae015f09e2fa0ebc736d24b37c9ed6c1ca0cb5b2;hp=9732057817f0dab2de41c59a2a49c96810c62c8d;hpb=7cd9c2d3cbce8c6b4f8847c1553248c7d411a766;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 ";