Skip to content

Commit

Permalink
Re #11756. Fix a gcc warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed May 21, 2015
1 parent 0072755 commit 8a4b03e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -174,7 +174,7 @@ void ProcessingAlgoWidget::setSelectedAlgorithm(QString algo)
}

/// @return the text in the script editor
QString ProcessingAlgoWidget::getScriptText() { return ui.editor->text(); };
QString ProcessingAlgoWidget::getScriptText() { return ui.editor->text(); }
/// Set the script editor text
void ProcessingAlgoWidget::setScriptText(QString text) {
ui.editor->setText(text);
Expand Down

0 comments on commit 8a4b03e

Please sign in to comment.