Skip to content
Snippets Groups Projects
Commit 96525f2a authored by Dan Nixon's avatar Dan Nixon
Browse files

Correct error in merge

Refs #10854
parent 21305709
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment