diff --git a/Code/Mantid/MantidPlot/src/Table.h b/Code/Mantid/MantidPlot/src/Table.h index 68d65b7a488c491647c167b537c15d011e8520a6..ba2235fcb92ae64a7577e05df657a5b1fe0c36d1 100644 --- a/Code/Mantid/MantidPlot/src/Table.h +++ b/Code/Mantid/MantidPlot/src/Table.h @@ -217,7 +217,7 @@ public slots: bool muParserCalculate(int col, int startRow, int endRow, bool notifyChanges = true); //! Compute selected cells from column formulae; use current cell if there's no selection. bool calculate(); - //! Recalculates values in all columns with formulas containing @param columnName :: + //! Recalculates values in all columns with formulas containing @param columnName void updateValues(Table*, const QString& columnName); //! \name Row Operations