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/Event.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/Event.h')
-rw-r--r-- | cpp/src/qpid/console/Event.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/qpid/console/Event.h b/cpp/src/qpid/console/Event.h index c212b72889..4c8d639a33 100644 --- a/cpp/src/qpid/console/Event.h +++ b/cpp/src/qpid/console/Event.h @@ -31,9 +31,9 @@ namespace framing { } namespace console { - class Broker; - class SchemaClass; - class ClassKey; + class Broker; + struct SchemaClass; + class ClassKey; /** * |