From 79cdad7b156d81d92dea07f23e156de39aca031d Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Mon, 9 May 2011 19:55:29 +0000 Subject: QPID-3004: Get Clang to compile qpid c++ - Change class/struct declarations to be consistent with the definition to avoid warnings git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1101178 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/include/qmf/Query.h | 2 +- cpp/include/qmf/Subscription.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/include') diff --git a/cpp/include/qmf/Query.h b/cpp/include/qmf/Query.h index fec4660bd7..1867b59d81 100644 --- a/cpp/include/qmf/Query.h +++ b/cpp/include/qmf/Query.h @@ -65,7 +65,7 @@ namespace qmf { #ifndef SWIG private: friend class qmf::PrivateImplRef; - friend class QueryImplAccess; + friend struct QueryImplAccess; #endif }; diff --git a/cpp/include/qmf/Subscription.h b/cpp/include/qmf/Subscription.h index 4e60eb984e..0a01b7c526 100644 --- a/cpp/include/qmf/Subscription.h +++ b/cpp/include/qmf/Subscription.h @@ -73,7 +73,7 @@ namespace qmf { #ifndef SWIG private: friend class qmf::PrivateImplRef; - friend class SubscriptionImplAccess; + friend struct SubscriptionImplAccess; #endif }; -- cgit v1.2.1