diff options
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. |
