diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-05-09 19:55:29 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-05-09 19:55:29 +0000 |
| commit | 4a4f8e01bcea816bccf0f427f6296c3a8d12e5cc (patch) | |
| tree | 31dfa89e10dd3c3879984f791065c9d5f8d620f3 /cpp/include/qmf/Query.h | |
| parent | 837855971d295d497d1372bbc12a6c4b10dd0c3f (diff) | |
| download | qpid-python-4a4f8e01bcea816bccf0f427f6296c3a8d12e5cc.tar.gz | |
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
Diffstat (limited to 'cpp/include/qmf/Query.h')
| -rw-r--r-- | cpp/include/qmf/Query.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Query>; - friend class QueryImplAccess; + friend struct QueryImplAccess; #endif }; |
