From: Simon Rit Date: Fri, 13 Apr 2012 08:16:00 +0000 (+0200) Subject: Fixed uint portability issue X-Git-Tag: v1.3.0~52^2~6 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=43eb9911403380d11b8839c0f955ec590d5e0368;p=clitk.git Fixed uint portability issue --- 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); } //------------------------------------------------------------------------------