summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
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
commit0f5cd165647af0c5d0791bad309c249bc0996af1 (patch)
tree0f9848689b5a55352df636f83ff5c57edf663778 /qpid/cpp/include
parente5c90eec9eb73444370f987d009cc79d8af943e8 (diff)
downloadqpid-python-0f5cd165647af0c5d0791bad309c249bc0996af1.tar.gz
Correct class/struct reference; resolves compile warning on Windows.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@946407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rwxr-xr-xqpid/cpp/include/qpid/Address.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qpid/Address.h b/qpid/cpp/include/qpid/Address.h
index 71da7b25db..57c9139f87 100755
--- a/qpid/cpp/include/qpid/Address.h
+++ b/qpid/cpp/include/qpid/Address.h
@@ -25,7 +25,7 @@
#include <string>
namespace qpid {
-namespace client { class ConnectionSettings; }
+namespace client { struct ConnectionSettings; }
/**