Skip to content

Commit

Permalink
Fix style warning for exception catch
Browse files Browse the repository at this point in the history
Refs #8513
  • Loading branch information
DanNixon committed Jul 14, 2014
1 parent f7d7528 commit 96e07a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/src/ScriptFileInterpreter.cpp
Expand Up @@ -67,7 +67,7 @@ void ScriptFileInterpreter::prepareToClose()
}
}
//Catch cancelling save dialogue
catch( ScriptEditor::SaveCancelledException sce )
catch( ScriptEditor::SaveCancelledException& sce )
{
m_editor->setModified(false);
}
Expand Down

0 comments on commit 96e07a0

Please sign in to comment.