summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/DisableExceptionLogging.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/DisableExceptionLogging.h')
-rw-r--r--qpid/cpp/src/qpid/DisableExceptionLogging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/DisableExceptionLogging.h b/qpid/cpp/src/qpid/DisableExceptionLogging.h
index 04a9240513..48fcb08ce0 100644
--- a/qpid/cpp/src/qpid/DisableExceptionLogging.h
+++ b/qpid/cpp/src/qpid/DisableExceptionLogging.h
@@ -29,7 +29,7 @@ namespace qpid {
* Temporarily disable logging in qpid::Exception constructor.
* Used by log::Logger to avoid logging exceptions during Logger construction.
*/
-struct DisableExceptionLogging
+struct QPID_COMMON_CLASS_EXTERN DisableExceptionLogging
{
QPID_COMMON_EXTERN DisableExceptionLogging();
QPID_COMMON_EXTERN ~DisableExceptionLogging();