From 49ebd07a68cbc0f455882abbffaea2e8a29c3a17 Mon Sep 17 00:00:00 2001 From: Raquel Alvarez Banos Date: Fri, 22 May 2015 16:15:25 +0100 Subject: [PATCH] Re #11825 Another incomplete initialization list --- .../Framework/DataHandling/src/SaveToSNSHistogramNexus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/DataHandling/src/SaveToSNSHistogramNexus.cpp b/Code/Mantid/Framework/DataHandling/src/SaveToSNSHistogramNexus.cpp index 5199815d7124..2db400089273 100644 --- a/Code/Mantid/Framework/DataHandling/src/SaveToSNSHistogramNexus.cpp +++ b/Code/Mantid/Framework/DataHandling/src/SaveToSNSHistogramNexus.cpp @@ -39,7 +39,7 @@ using namespace DataObjects; using namespace Geometry; /// Empty default constructor -SaveToSNSHistogramNexus::SaveToSNSHistogramNexus() : Algorithm() {} +SaveToSNSHistogramNexus::SaveToSNSHistogramNexus() : Algorithm(), prog(), m_compress(false), links_count(0), inId(), outId() {} /** Initialisation method. *