From: Simon Rit Date: Mon, 2 Jul 2012 13:01:25 +0000 (+0200) Subject: Fixed VTK version test X-Git-Tag: v1.3.0~25 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=7acc6a1e73ecf2494ed0fc2517dbaadb3b296a22;p=clitk.git Fixed VTK version test --- diff --git a/vv/vvBlendImageActor.h b/vv/vvBlendImageActor.h index bb2e066..a0e9549 100644 --- a/vv/vvBlendImageActor.h +++ b/vv/vvBlendImageActor.h @@ -22,7 +22,7 @@ #include #include -#if VTK_MAJOR_VERSION >= 5 && VTK_MINOR_VERSION >= 10 +#if VTK_MAJOR_VERSION >= 6 || (VTK_MAJOR_VERSION >= 5 && VTK_MINOR_VERSION >= 10) #define VTK_IMAGE_ACTOR vtkImageActor #include #else