summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2013-01-25 23:53:30 +0000
committerStephen D. Huston <shuston@apache.org>2013-01-25 23:53:30 +0000
commit98610a851a775bdd2672fe9ec0af7baabfeef7fc (patch)
tree420e92127ff3a395dee530bd8d38fe88fd378050 /qpid/cpp/src
parent1a3413543de501ccafde8a39884d460dea764f9e (diff)
downloadqpid-python-98610a851a775bdd2672fe9ec0af7baabfeef7fc.tar.gz
Refer to Url consistently as a struct, not a class. Removes warning on MSVC. NO-JIRA
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1438776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r--qpid/cpp/src/qpid/ha/Role.h2
-rw-r--r--qpid/cpp/src/qpid/ha/StandAlone.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/ha/Role.h b/qpid/cpp/src/qpid/ha/Role.h
index 570c65e3e7..9d6f7cd123 100644
--- a/qpid/cpp/src/qpid/ha/Role.h
+++ b/qpid/cpp/src/qpid/ha/Role.h
@@ -25,7 +25,7 @@
#include <string>
namespace qpid {
-class Url;
+struct Url;
namespace ha {
diff --git a/qpid/cpp/src/qpid/ha/StandAlone.h b/qpid/cpp/src/qpid/ha/StandAlone.h
index 4bfd1810f2..d052996d40 100644
--- a/qpid/cpp/src/qpid/ha/StandAlone.h
+++ b/qpid/cpp/src/qpid/ha/StandAlone.h
@@ -22,7 +22,7 @@
*
*/
namespace qpid {
-class Url;
+struct Url;
namespace ha {