From df266f2ee04ec51eec131a56923b93264f70d86c Mon Sep 17 00:00:00 2001 From: Jose Borreguero <borreguero@gmail.com> Date: Thu, 11 Feb 2016 14:24:01 -0500 Subject: [PATCH] Refs #14936 Correction to MWView constructor --- MantidQt/MantidWidgets/src/MWView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MantidQt/MantidWidgets/src/MWView.cpp b/MantidQt/MantidWidgets/src/MWView.cpp index 6f5b6a81fbd..8f6a969a70b 100644 --- a/MantidQt/MantidWidgets/src/MWView.cpp +++ b/MantidQt/MantidWidgets/src/MWView.cpp @@ -28,7 +28,7 @@ namespace MantidWidgets { MWView::MWView(QWidget *parent) : QWidget(parent), m_mdSettings(new MantidQt::API::MdSettings()), - m_workspace{nullptr}, + m_workspace(), m_dimensions() { m_spect = new QwtPlotSpectrogram(); m_data = new MantidQt::API::QwtRasterDataMD(); -- GitLab