Skip to content

Commit

Permalink
refs #5018. fix c++11 related issue.
Browse files Browse the repository at this point in the history
auto return value syntax not supported on mac compiler
  • Loading branch information
OwenArnold committed Mar 23, 2012
1 parent 51170b5 commit 3c29871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ namespace MantidQt
Determine if properties relating to the dimension history have changed.
@return True if it has changed.
*/
auto SlicingAlgorithmDialog::hasDimensionHistoryChanged(const QString& propertyPrefix, QString(*format)(IMDDimension_const_sptr)) const -> HistoryChanged
SlicingAlgorithmDialog::HistoryChanged SlicingAlgorithmDialog::hasDimensionHistoryChanged(const QString& propertyPrefix, QString(*format)(IMDDimension_const_sptr)) const
{
const QString& currentWorkspaceName = getCurrentInputWorkspaceName();
if(currentWorkspaceName.isEmpty())
Expand Down

0 comments on commit 3c29871

Please sign in to comment.