Skip to content

Commit

Permalink
Refs #4036 unary op test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Nov 8, 2011
1 parent 598e673 commit c964933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace BinaryOperationMDTestHelper
namespace UnaryOperationMDTestHelper
{
/// Run a unary algorithm.
Mantid::MDEvents::MDHistoWorkspace_sptr doTest(std::string algoName, std::string inName, std::string outName,
DLLExport Mantid::MDEvents::MDHistoWorkspace_sptr doTest(std::string algoName, std::string inName, std::string outName,
bool succeeds=true);

} // (end namespace)
Expand Down

0 comments on commit c964933

Please sign in to comment.