From 43eb9911403380d11b8839c0f955ec590d5e0368 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Fri, 13 Apr 2012 10:16:00 +0200 Subject: [PATCH] Fixed uint portability issue --- vv/vvImageContour.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vv/vvImageContour.cxx b/vv/vvImageContour.cxx index e89f84b..8136248 100644 --- a/vv/vvImageContour.cxx +++ b/vv/vvImageContour.cxx @@ -160,7 +160,7 @@ void vvImageContour::SetDepth(double d) int orientation = ComputeCurrentOrientation(); position[orientation] = -mDepth; - for(uint i=0; iSetPosition(position); } //------------------------------------------------------------------------------ -- 2.47.1