From dfa11bf97085931c9e1261fddc835528c8d86377 Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Mon, 2 May 2011 16:44:48 +0200 Subject: [PATCH] Removed warning --- common/vvImageReader.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/vvImageReader.txx b/common/vvImageReader.txx index fa111e2..aac9979 100644 --- a/common/vvImageReader.txx +++ b/common/vvImageReader.txx @@ -67,7 +67,7 @@ void vvImageReader::UpdateWithDim(std::string InputPixelType) template void vvImageReader::UpdateWithDimAndInputPixelType() { - itk::AnalyzeImageIO *analyzeImageIO; + itk::AnalyzeImageIO *analyzeImageIO = NULL; if (mType == MERGEDWITHTIME) // In this case we can load the images // one at the time to avoid excessive -- 2.45.1