diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-10-30 22:51:17 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-10-30 22:51:17 +0000 |
| commit | 2f97b506e14dc6935a37e9356d4f57563518fe83 (patch) | |
| tree | 1c0fe1e3d3c0db3ea43066e9a757b4cec2417480 /qpid/cpp/include/qmf/engine/Schema.h | |
| parent | ced68fb0d3acea6919f417444f8d00401c080b55 (diff) | |
| download | qpid-python-2f97b506e14dc6935a37e9356d4f57563518fe83.tar.gz | |
Refer to struct/class consistently across files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@831483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include/qmf/engine/Schema.h')
| -rw-r--r-- | qpid/cpp/include/qmf/engine/Schema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qmf/engine/Schema.h b/qpid/cpp/include/qmf/engine/Schema.h index 16f11a83f9..9f5b444558 100644 --- a/qpid/cpp/include/qmf/engine/Schema.h +++ b/qpid/cpp/include/qmf/engine/Schema.h @@ -150,7 +150,7 @@ namespace engine { private: friend struct SchemaClassKeyImpl; friend class BrokerProxyImpl; - friend struct ConsoleImpl; + friend class ConsoleImpl; SchemaClassKey(SchemaClassKeyImpl* impl); SchemaClassKeyImpl* impl; }; |
