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 | 98610a851a775bdd2672fe9ec0af7baabfeef7fc (patch) | |
| tree | 420e92127ff3a395dee530bd8d38fe88fd378050 /qpid/cpp/src | |
| parent | 1a3413543de501ccafde8a39884d460dea764f9e (diff) | |
| download | qpid-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.h | 2 | ||||
| -rw-r--r-- | qpid/cpp/src/qpid/ha/StandAlone.h | 2 |
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 { |
