From 01d7a986105efc07c9d6622921c73ecf3152ed9c Mon Sep 17 00:00:00 2001 From: Raquel Alvarez Banos <raquel.alvarez.banos@gmail.com> Date: Fri, 22 May 2015 15:52:52 +0100 Subject: [PATCH] Re #11825 Fixing initialization list --- Code/Mantid/Framework/DataHandling/src/SaveISISNexus.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Code/Mantid/Framework/DataHandling/src/SaveISISNexus.cpp b/Code/Mantid/Framework/DataHandling/src/SaveISISNexus.cpp index ade4e26476f..9313b64044e 100644 --- a/Code/Mantid/Framework/DataHandling/src/SaveISISNexus.cpp +++ b/Code/Mantid/Framework/DataHandling/src/SaveISISNexus.cpp @@ -37,7 +37,10 @@ using namespace Kernel; using namespace API; /// Empty default constructor -SaveISISNexus::SaveISISNexus() : Algorithm() {} +SaveISISNexus::SaveISISNexus() + : Algorithm(), m_isisRaw(), handle(), rawFile(), nper(0), nsp(0), ntc(0), + nmon(0), ndet(0), counts_link(), period_index_link(), + spectrum_index_link(), time_of_flight_link(), time_of_flight_raw_link() {} /** Initialisation method. * -- GitLab