From 116166fb0f74995b6c6bcc88c09b13c90aec6c83 Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Sun, 15 May 2011 10:17:58 +0200 Subject: [PATCH] COMP: bug introduced in precedent commit --- Code/Common/otbVariableLengthVectorConverter.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Common/otbVariableLengthVectorConverter.txx b/Code/Common/otbVariableLengthVectorConverter.txx index 58acbdc8d0..bfb43dbe67 100644 --- a/Code/Common/otbVariableLengthVectorConverter.txx +++ b/Code/Common/otbVariableLengthVectorConverter.txx @@ -33,7 +33,7 @@ typename VariableLengthVectorConverter< std::vector<std::vector<TInternalInputTy VariableLengthVectorConverter< std::vector<std::vector<TInternalInputType> >, TPrecisionType> ::Convert(InputType input) { - unsigned int p, q + unsigned int p, q; unsigned int count = 0; unsigned int rsltIdx = 0; -- GitLab