From: Jef Vandemeulebroucke Date: Tue, 3 Jul 2012 07:44:23 +0000 (+0200) Subject: Mac compatibility patch X-Git-Tag: v1.3.0~22 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=cd7626771b24347ee9225ebea349b680075350e4;p=clitk.git Mac compatibility patch --- 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 ";