From f596e1a02fb2de13f6e2e644aaa8a45c1e65c9c5 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/qpid@1513624 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qpid/types/Uuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/include/qpid') diff --git a/cpp/include/qpid/types/Uuid.h b/cpp/include/qpid/types/Uuid.h index eb9cf33693..6384103f43 100644 --- a/cpp/include/qpid/types/Uuid.h +++ b/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