diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-05-08 20:15:37 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-05-08 20:15:37 +0000 |
| commit | 25552d15c77fb2d4ac3549c0796c4c298bdf7ec7 (patch) | |
| tree | 8c84093c6b12933a849928ebdea029ad25165008 /qpid/cpp/src | |
| parent | 6f1800a16bf6c62cba2c422a6e45891f8a78866e (diff) | |
| download | qpid-python-25552d15c77fb2d4ac3549c0796c4c298bdf7ec7.tar.gz | |
NO-JIRA: Fix harmless but annoying Visual Studio warning
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480438 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/ha/ConnectionObserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/ha/ConnectionObserver.h b/qpid/cpp/src/qpid/ha/ConnectionObserver.h index 85510ab459..57ff5b1086 100644 --- a/qpid/cpp/src/qpid/ha/ConnectionObserver.h +++ b/qpid/cpp/src/qpid/ha/ConnectionObserver.h @@ -29,7 +29,7 @@ #include "boost/shared_ptr.hpp" namespace qpid { -class Address; +struct Address; namespace ha { class BrokerInfo; |
