Skip to content

Commit

Permalink
Add missing DLLExport to ExportWorkspace
Browse files Browse the repository at this point in the history
Refs #10649
  • Loading branch information
martyngigg committed Jun 17, 2015
1 parent 261e848 commit 7d79cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
namespace Mantid {
namespace PythonInterface {

struct ExtractWorkspace {
struct DLLExport ExtractWorkspace {
ExtractWorkspace(const boost::python::object &pyvalue);
bool check() const;
const API::Workspace_sptr operator()() const;
Expand Down

0 comments on commit 7d79cb3

Please sign in to comment.