diff options
| author | Gordon Sim <gsim@apache.org> | 2013-08-13 19:48:56 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-08-13 19:48:56 +0000 |
| commit | b4991978be23b3cef723db79d4b2c575b99dc8d2 (patch) | |
| tree | 57c934ae24ca4b07b581a71f52139f9fa6716557 /qpid/cpp/include | |
| parent | 8ac242119108a3db7812d8f4c22a9c0139b48e8a (diff) | |
| download | qpid-python-b4991978be23b3cef723db79d4b2c575b99dc8d2.tar.gz | |
QPID-5040: further fix for windows build
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1513624 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/types/Uuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
