diff options
| author | Stephen D. Huston <shuston@apache.org> | 2013-01-25 23:53:30 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2013-01-25 23:53:30 +0000 |
| commit | 7b24636d598fd47ab8f048b1859e20e95f6542f7 (patch) | |
| tree | 11998534a6038befb318cba24c5196925a766776 /cpp | |
| parent | 890d3e18ef8c9a709804c728fde610c917093793 (diff) | |
| download | qpid-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.h | 2 | ||||
| -rw-r--r-- | cpp/src/qpid/ha/StandAlone.h | 2 |
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 { |
