summaryrefslogtreecommitdiff
path: root/qpid/cpp/include/qpid/client/LocalQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/include/qpid/client/LocalQueue.h')
-rw-r--r--qpid/cpp/include/qpid/client/LocalQueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/client/LocalQueue.h b/qpid/cpp/include/qpid/client/LocalQueue.h
index 70e4cebcf1..1a19a8499d 100644
--- a/qpid/cpp/include/qpid/client/LocalQueue.h
+++ b/qpid/cpp/include/qpid/client/LocalQueue.h
@@ -71,7 +71,7 @@ template <class T> class PrivateImplRef;
* </ul>
*/
-class LocalQueue : public Handle<LocalQueueImpl> {
+class QPID_CLIENT_CLASS_EXTERN LocalQueue : public Handle<LocalQueueImpl> {
public:
/** Create a local queue. Subscribe the local queue to a remote broker
* queue with a SubscriptionManager.