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 | 9e9f3acdb46c5e87c8fc8588cde5957159bda97c (patch) | |
| tree | eb52c63e60ca537e5624f351dd3fb0633c7637d2 /cpp/include | |
| parent | b93e4ecc6d9eb783ae893f788ab566d841cb2f2a (diff) | |
| download | qpid-python-9e9f3acdb46c5e87c8fc8588cde5957159bda97c.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; } /** |
