Skip to content

Commit

Permalink
Fix export declaration. Refs #4399
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Apr 17, 2012
1 parent 26a1ca0 commit dc41b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Kernel/src/IValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ namespace Mantid
namespace Kernel
{
/// initialize static logger
Logger & IValidator::g_log = Logger::get("IValidator");
DLLExport Logger & IValidator::g_log = Logger::get("IValidator");
}
}

0 comments on commit dc41b58

Please sign in to comment.