diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-01-07 23:08:53 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-01-07 23:08:53 +0000 |
| commit | aadd7014f6af5c1168935175123b3b3e68886267 (patch) | |
| tree | fb2d5b57374e3938f10c249be50b0de27dbce1bf /cpp/src/qpid/console/Object.h | |
| parent | bf6ea8120caeb9ed44e9c9ccdfad052a78cef318 (diff) | |
| download | qpid-python-aadd7014f6af5c1168935175123b3b3e68886267.tar.gz | |
Resolve some compile errors on Windows qmfconsole
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/console/Object.h')
| -rw-r--r-- | cpp/src/qpid/console/Object.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/src/qpid/console/Object.h b/cpp/src/qpid/console/Object.h index 54a3e0f6e8..2c6993fc8a 100644 --- a/cpp/src/qpid/console/Object.h +++ b/cpp/src/qpid/console/Object.h @@ -35,12 +35,12 @@ namespace framing { } namespace console { - class Broker; - class SchemaClass; - class SchemaMethod; - class ObjectId; - class ClassKey; - class Value; + class Broker; + struct SchemaClass; + struct SchemaMethod; + class ObjectId; + class ClassKey; + class Value; /** * \ingroup qmfconsoleapi |
