summaryrefslogtreecommitdiff
path: root/qpid/cpp/include/qpid/client/Handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/include/qpid/client/Handle.h')
-rw-r--r--qpid/cpp/include/qpid/client/Handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/client/Handle.h b/qpid/cpp/include/qpid/client/Handle.h
index b8315481a9..622cdfa191 100644
--- a/qpid/cpp/include/qpid/client/Handle.h
+++ b/qpid/cpp/include/qpid/client/Handle.h
@@ -36,7 +36,7 @@ template <class> class PrivateImplRef;
* Handles can be null, like a 0 pointer. Use isValid(), isNull() or the
* conversion to bool to test for a null handle.
*/
-template <class T> class Handle {
+template <class T> class QPID_CLIENT_CLASS_EXTERN Handle {
public:
/**@return true if handle is valid, i.e. not null. */