Skip to content

Commit

Permalink
Don't know why this worked for me without this... Re #4036.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Nov 7, 2011
1 parent 0196e2d commit fda755a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace BinaryOperationMDTestHelper
{
/// Run a binary algorithm.
Mantid::MDEvents::MDHistoWorkspace_sptr doTest(std::string algoName, std::string lhs, std::string rhs, std::string outName,
DLLExport Mantid::MDEvents::MDHistoWorkspace_sptr doTest(std::string algoName, std::string lhs, std::string rhs, std::string outName,
bool succeeds=true);

} // (end namespace)
Expand Down

0 comments on commit fda755a

Please sign in to comment.