summaryrefslogtreecommitdiff
path: root/qpid/cpp/include/qpid/log/Statement.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/include/qpid/log/Statement.h')
-rw-r--r--qpid/cpp/include/qpid/log/Statement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/log/Statement.h b/qpid/cpp/include/qpid/log/Statement.h
index 7b3ab60b81..1871c864dd 100644
--- a/qpid/cpp/include/qpid/log/Statement.h
+++ b/qpid/cpp/include/qpid/log/Statement.h
@@ -56,7 +56,7 @@ struct LevelTraits {
};
/** POD struct representing a logging statement in source code. */
-struct Statement {
+struct QPID_COMMON_CLASS_EXTERN Statement {
bool enabled;
const char* file;
int line;