Skip to content

Commit

Permalink
Re #8569. Fixing the linux builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Jan 2, 2014
1 parent 9f71a31 commit b6b28c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit b6b28c0

Please sign in to comment.