diff options
author | Stephen D. Huston <shuston@apache.org> | 2010-05-19 21:28:38 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2010-05-19 21:28:38 +0000 |
commit | e1880e0a9f26685a5ac8e1219a76b54df64fa659 (patch) | |
tree | eb52c63e60ca537e5624f351dd3fb0633c7637d2 /cpp/include | |
parent | 3876ca1554331bb584a17c9ad1a781b15f54d7dc (diff) | |
download | qpid-python-e1880e0a9f26685a5ac8e1219a76b54df64fa659.tar.gz |
Correct class/struct reference; resolves compile warning on Windows.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@946407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
-rwxr-xr-x | cpp/include/qpid/Address.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/Address.h b/cpp/include/qpid/Address.h index 71da7b25db..57c9139f87 100755 --- a/cpp/include/qpid/Address.h +++ b/cpp/include/qpid/Address.h @@ -25,7 +25,7 @@ #include <string> namespace qpid { -namespace client { class ConnectionSettings; } +namespace client { struct ConnectionSettings; } /** |