summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-05-19 21:28:38 +0000
committerStephen D. Huston <shuston@apache.org>2010-05-19 21:28:38 +0000
commite1880e0a9f26685a5ac8e1219a76b54df64fa659 (patch)
treeeb52c63e60ca537e5624f351dd3fb0633c7637d2 /cpp
parent3876ca1554331bb584a17c9ad1a781b15f54d7dc (diff)
downloadqpid-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')
-rwxr-xr-xcpp/include/qpid/Address.h2
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; }
/**