diff options
| author | Stephen D. Huston <shuston@apache.org> | 2010-01-22 16:56:18 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2010-01-22 16:56:18 +0000 |
| commit | 5b6df3a43ef7c3792ee3cc866e12debf785cbe60 (patch) | |
| tree | a15428cf29ee1df42853c590dea3ae8b8d6de8e2 /qpid/cpp/include | |
| parent | e8e595ff3df9cb58fdba1e947e9219a35b413b0c (diff) | |
| download | qpid-python-5b6df3a43ef7c3792ee3cc866e12debf785cbe60.tar.gz | |
Refer to ConnectionAccess as the struct it is, not class. Resolves compile warning on MSVC.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@902171 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
| -rw-r--r-- | qpid/cpp/include/qpid/client/Connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/client/Connection.h b/qpid/cpp/include/qpid/client/Connection.h index bcf2962557..b5026d1135 100644 --- a/qpid/cpp/include/qpid/client/Connection.h +++ b/qpid/cpp/include/qpid/client/Connection.h @@ -212,7 +212,7 @@ class Connection */ QPID_CLIENT_EXTERN const ConnectionSettings& getNegotiatedSettings(); - friend class ConnectionAccess; ///<@internal + friend struct ConnectionAccess; ///<@internal friend class SessionBase_0_10; ///<@internal }; |
