From cd7626771b24347ee9225ebea349b680075350e4 Mon Sep 17 00:00:00 2001 From: Jef Vandemeulebroucke Date: Tue, 3 Jul 2012 09:44:23 +0200 Subject: [PATCH] Mac compatibility patch --- .../clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "; -- 2.45.1