summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/broker/TxBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/broker/TxBuffer.h b/qpid/cpp/src/qpid/broker/TxBuffer.h
index 3a6db37d1d..2478b78138 100644
--- a/qpid/cpp/src/qpid/broker/TxBuffer.h
+++ b/qpid/cpp/src/qpid/broker/TxBuffer.h
@@ -139,7 +139,7 @@ class TxBuffer : public AsyncCompletion {
* Called from completer threads if we are doing async completion.
* This is the only TxBuffer function called outside the IO thread.
*/
- void setError(const std::string& message);
+ QPID_BROKER_EXTERN void setError(const std::string& message);
};
}} // namespace qpid::broker