From b4991978be23b3cef723db79d4b2c575b99dc8d2 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 13 Aug 2013 19:48:56 +0000 Subject: QPID-5040: further fix for windows build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1513624 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/include/qpid/types/Uuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/include') diff --git a/qpid/cpp/include/qpid/types/Uuid.h b/qpid/cpp/include/qpid/types/Uuid.h index eb9cf33693..6384103f43 100644 --- a/qpid/cpp/include/qpid/types/Uuid.h +++ b/qpid/cpp/include/qpid/types/Uuid.h @@ -32,7 +32,7 @@ namespace types { class QPID_TYPES_CLASS_EXTERN Uuid { public: - static const size_t SIZE; + QPID_TYPES_EXTERN static const size_t SIZE; /** * If unique is true, this will generate a new unique uuid, if not * it will construct a null uuid. -- cgit v1.2.1