summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/TxBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/TxBuffer.h b/cpp/src/qpid/broker/TxBuffer.h
index 3a6db37d1d..2478b78138 100644
--- a/cpp/src/qpid/broker/TxBuffer.h
+++ b/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