Skip to content

Commit

Permalink
Refs #10392 Fix link error on windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Nov 7, 2014
1 parent 13a8e25 commit 4dd74bc
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,6 +1,7 @@
#ifndef MANTID_CUSTOMINTERFACES_REFLLEGACYTRANSFERSTRATEGY_H
#define MANTID_CUSTOMINTERFACES_REFLLEGACYTRANSFERSTRATEGY_H

#include "MantidKernel/System.h"
#include "MantidQtCustomInterfaces/ReflTransferStrategy.h"

namespace MantidQt
Expand Down Expand Up @@ -30,7 +31,7 @@ namespace MantidQt
File change history is stored at: <https://github.com/mantidproject/mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class ReflLegacyTransferStrategy : public ReflTransferStrategy
class DLLExport ReflLegacyTransferStrategy : public ReflTransferStrategy
{
public:
std::vector<std::map<std::string,std::string> > transferRuns(const std::map<std::string,std::string>& runRows);
Expand Down

0 comments on commit 4dd74bc

Please sign in to comment.