summaryrefslogtreecommitdiff
path: root/cpp
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
commit7b24636d598fd47ab8f048b1859e20e95f6542f7 (patch)
tree11998534a6038befb318cba24c5196925a766776 /cpp
parent890d3e18ef8c9a709804c728fde610c917093793 (diff)
downloadqpid-python-7b24636d598fd47ab8f048b1859e20e95f6542f7.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/qpid@1438776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/qpid/ha/Role.h2
-rw-r--r--cpp/src/qpid/ha/StandAlone.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/ha/Role.h b/cpp/src/qpid/ha/Role.h
index 570c65e3e7..9d6f7cd123 100644
--- a/cpp/src/qpid/ha/Role.h
+++ b/cpp/src/qpid/ha/Role.h
@@ -25,7 +25,7 @@
#include <string>
namespace qpid {
-class Url;
+struct Url;
namespace ha {
diff --git a/cpp/src/qpid/ha/StandAlone.h b/cpp/src/qpid/ha/StandAlone.h
index 4bfd1810f2..d052996d40 100644
--- a/cpp/src/qpid/ha/StandAlone.h
+++ b/cpp/src/qpid/ha/StandAlone.h
@@ -22,7 +22,7 @@
*
*/
namespace qpid {
-class Url;
+struct Url;
namespace ha {