]> Creatis software - clitk.git/commitdiff
- forget a typename
authordsarrut <dsarrut>
Mon, 19 Apr 2010 07:17:41 +0000 (07:17 +0000)
committerdsarrut <dsarrut>
Mon, 19 Apr 2010 07:17:41 +0000 (07:17 +0000)
filters/clitkImageArithmGenericFilter.txx

index 5d7f6e0f0235d32e24d28c0b6cc5cf5f98b804f4..336f0d074d77b46616ab2a3664830a98b103a058 100644 (file)
@@ -116,7 +116,7 @@ namespace clitk
     }
 
     // Check if overwrite and outputisfloat and pixeltype is not float -> do not overwrite
-    if (mOverwriteInputImage && mOutputIsFloat && (typeid(ImageType::PixelType) != typeid(float))) {
+    if (mOverwriteInputImage && mOutputIsFloat && (typeid(typename ImageType::PixelType) != typeid(float))) {
       // std::cerr << "Warning. Could not use both mOverwriteInputImage and mOutputIsFloat, because input is " 
       //                     << typeid(PixelType).name()
       //                     << std::endl;