diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/Indirect/ISISEnergyTransfer.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/Indirect/ISISEnergyTransfer.cpp index 496d4441f7f2b9c6f0a8380dd6e15344844a6a61..bdb8ce5eb368b990c4dbe5225f1311b5f6d6bed0 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/Indirect/ISISEnergyTransfer.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/Indirect/ISISEnergyTransfer.cpp @@ -307,7 +307,7 @@ namespace CustomInterfaces * @param groupType :: Type of grouping (All, Group, Indiviual) * @return path to mapping file, or an empty string if file could not be created. */ - QPair<QString, QString> ISISConvertToEnergy::createMapFile(const QString& groupType) + QPair<QString, QString> ISISEnergyTransfer::createMapFile(const QString& groupType) { QString specRange = m_uiForm.spSpectraMin->text() + "," + m_uiForm.spSpectraMax->text();