diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-12-20 17:31:27 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2012-12-20 17:31:27 +0000 |
| commit | 19597a94dca537b71f16ded047cc747116d69e46 (patch) | |
| tree | 319cc3eddde988de5f67ae45751ecb46a98ff5fc /qpid/cpp | |
| parent | 8b699790ba39600f327132aa6380d8caad9d3bcd (diff) | |
| download | qpid-python-19597a94dca537b71f16ded047cc747116d69e46.tar.gz | |
NO-JIRA: merge compile fix from trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.20@1424598 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/qpid/amqp/descriptors.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/amqp/descriptors.h b/qpid/cpp/src/qpid/amqp/descriptors.h index b2616ed93a..19a8985433 100644 --- a/qpid/cpp/src/qpid/amqp/descriptors.h +++ b/qpid/cpp/src/qpid/amqp/descriptors.h @@ -79,8 +79,8 @@ namespace filters { const std::string LEGACY_DIRECT_FILTER_SYMBOL("apache.org:legacy-amqp-direct-binding:string"); const std::string LEGACY_TOPIC_FILTER_SYMBOL("apache.org:legacy-amqp-direct-binding:string"); -const uint64_t LEGACY_DIRECT_FILTER_CODE(0x0000468C00000000); -const uint64_t LEGACY_TOPIC_FILTER_CODE(0x0000468C00000001); +const uint64_t LEGACY_DIRECT_FILTER_CODE(0x0000468C00000000ULL); +const uint64_t LEGACY_TOPIC_FILTER_CODE(0x0000468C00000001ULL); } }} // namespace qpid::amqp |
