summaryrefslogtreecommitdiff
path: root/boost/test/execution_monitor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/execution_monitor.hpp')
-rw-r--r--boost/test/execution_monitor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/test/execution_monitor.hpp b/boost/test/execution_monitor.hpp
index eb3b21c6dc..bda732b980 100644
--- a/boost/test/execution_monitor.hpp
+++ b/boost/test/execution_monitor.hpp
@@ -237,7 +237,7 @@ protected:
/// this class never allocates any memory and assumes that strings it refers to are either some constants or live in a some kind of persistent (preallocated) memory.
// ************************************************************************** //
-class BOOST_TEST_DECL execution_exception {
+class BOOST_SYMBOL_VISIBLE execution_exception {
typedef boost::unit_test::const_string const_string;
public:
/// These values are sometimes used as program return codes.