Skip to content
Snippets Groups Projects
Commit 4dd74bcb authored by Harry Jeffery's avatar Harry Jeffery
Browse files

Refs #10392 Fix link error on windows build

parent 13a8e259
No related branches found
No related tags found
No related merge requests found
#ifndef MANTID_CUSTOMINTERFACES_REFLLEGACYTRANSFERSTRATEGY_H #ifndef MANTID_CUSTOMINTERFACES_REFLLEGACYTRANSFERSTRATEGY_H
#define MANTID_CUSTOMINTERFACES_REFLLEGACYTRANSFERSTRATEGY_H #define MANTID_CUSTOMINTERFACES_REFLLEGACYTRANSFERSTRATEGY_H
#include "MantidKernel/System.h"
#include "MantidQtCustomInterfaces/ReflTransferStrategy.h" #include "MantidQtCustomInterfaces/ReflTransferStrategy.h"
namespace MantidQt namespace MantidQt
...@@ -30,7 +31,7 @@ namespace MantidQt ...@@ -30,7 +31,7 @@ namespace MantidQt
File change history is stored at: <https://github.com/mantidproject/mantid> File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org> Code Documentation is available at: <http://doxygen.mantidproject.org>
*/ */
class ReflLegacyTransferStrategy : public ReflTransferStrategy class DLLExport ReflLegacyTransferStrategy : public ReflTransferStrategy
{ {
public: public:
std::vector<std::map<std::string,std::string> > transferRuns(const std::map<std::string,std::string>& runRows); std::vector<std::map<std::string,std::string> > transferRuns(const std::map<std::string,std::string>& runRows);
......
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