diff --git a/Code/Mantid/Framework/DataHandling/src/AppendGeometryToSNSNexus.cpp b/Code/Mantid/Framework/DataHandling/src/AppendGeometryToSNSNexus.cpp index 87765f23b5cd..acfb2d04852f 100644 --- a/Code/Mantid/Framework/DataHandling/src/AppendGeometryToSNSNexus.cpp +++ b/Code/Mantid/Framework/DataHandling/src/AppendGeometryToSNSNexus.cpp @@ -23,7 +23,9 @@ DECLARE_ALGORITHM(AppendGeometryToSNSNexus) //---------------------------------------------------------------------------------------------- /** Constructor */ -AppendGeometryToSNSNexus::AppendGeometryToSNSNexus() {} +AppendGeometryToSNSNexus::AppendGeometryToSNSNexus() + : m_makeNexusCopy(false), progress(), instrument_loaded_correctly(false), + logs_loaded_correctly(false) {} //---------------------------------------------------------------------------------------------- /** Destructor