]> Creatis software - clitk.git/commitdiff
Mac compatibility patch
authorJef Vandemeulebroucke <jefvdmb@gmail.com>
Tue, 3 Jul 2012 07:44:23 +0000 (09:44 +0200)
committerRomulo Pinho <romulo.pinho@lyon.unicancer.fr>
Tue, 3 Jul 2012 07:44:23 +0000 (09:44 +0200)
segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx

index 9732057817f0dab2de41c59a2a49c96810c62c8d..4d96ba3a7e3cbcd2ba19167715105a184f98137a 100644 (file)
@@ -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<uchar, 3> ImageType;
+    typedef itk::Image<uchar, 3> ImageType;
     founded = GetAFDB()->CheckImage<ImageType>(structure);
     if (!founded) { 
       std::cout << " \t Image not exist in DB ";