From 649574abbaccbb8ea8a04ebc86185e5a7e6de819 Mon Sep 17 00:00:00 2001 From: Anders Markvardsen Date: Thu, 26 Jun 2014 10:54:03 +0100 Subject: [PATCH] Make MuonLoad inherit form dataflowalg. re #9725 --- .../inc/MantidWorkflowAlgorithms/MuonLoad.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/WorkflowAlgorithms/inc/MantidWorkflowAlgorithms/MuonLoad.h b/Code/Mantid/Framework/WorkflowAlgorithms/inc/MantidWorkflowAlgorithms/MuonLoad.h index 8c620871390e..3869f6b8da3d 100644 --- a/Code/Mantid/Framework/WorkflowAlgorithms/inc/MantidWorkflowAlgorithms/MuonLoad.h +++ b/Code/Mantid/Framework/WorkflowAlgorithms/inc/MantidWorkflowAlgorithms/MuonLoad.h @@ -2,7 +2,7 @@ #define MANTID_WORKFLOWALGORITHMS_MUONLOAD_H_ #include "MantidKernel/System.h" -#include "MantidAPI/Algorithm.h" +#include "MantidAPI/DataProcessorAlgorithm.h" #include "MantidDataObjects/TableWorkspace.h" namespace Mantid @@ -31,7 +31,7 @@ namespace WorkflowAlgorithms File change history is stored at: Code Documentation is available at: */ - class DLLExport MuonLoad : public API::Algorithm + class DLLExport MuonLoad : public API::DataProcessorAlgorithm { public: MuonLoad();