summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-08-13 19:48:56 +0000
committerGordon Sim <gsim@apache.org>2013-08-13 19:48:56 +0000
commitf596e1a02fb2de13f6e2e644aaa8a45c1e65c9c5 (patch)
tree3a87a968f8c242e4182a433b7c240be6850bd9d7 /cpp/include
parent9f7f4bd76ced16bfc7c52ebb589fd2f3219571f7 (diff)
downloadqpid-python-f596e1a02fb2de13f6e2e644aaa8a45c1e65c9c5.tar.gz
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
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qpid/types/Uuid.h2
1 files changed, 1 insertions, 1 deletions
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.