summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2012-12-20 17:31:27 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2012-12-20 17:31:27 +0000
commit19597a94dca537b71f16ded047cc747116d69e46 (patch)
tree319cc3eddde988de5f67ae45751ecb46a98ff5fc
parent8b699790ba39600f327132aa6380d8caad9d3bcd (diff)
downloadqpid-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
-rw-r--r--qpid/cpp/src/qpid/amqp/descriptors.h4
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