From b6b28c072c998cec3562c88b5ced56e797b5323f Mon Sep 17 00:00:00 2001 From: Roman Tolchenov Date: Thu, 2 Jan 2014 11:15:40 +0000 Subject: [PATCH] Re #8569. Fixing the linux builds. --- .../src/Mantid/InstrumentWidget/InstrumentWindowRenderTab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowRenderTab.cpp b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowRenderTab.cpp index bd47bc859116..55dc68e357a8 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowRenderTab.cpp +++ b/Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowRenderTab.cpp @@ -684,7 +684,7 @@ void InstrumentWindowRenderTab::setUCorrection() { QPointF oldUCorr = rotSurface->getUCorrection(); // ask the user to enter a number for the u-correction - auto dlg = UCorrectionDialog(this, oldUCorr, rotSurface->isManualUCorrection()); + UCorrectionDialog dlg(this, oldUCorr, rotSurface->isManualUCorrection()); if ( dlg.exec() != QDialog::Accepted ) return; QSettings settings;