summaryrefslogtreecommitdiff
path: root/cpp/include/qmf/engine/Schema.h
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-10-30 22:51:17 +0000
committerStephen D. Huston <shuston@apache.org>2009-10-30 22:51:17 +0000
commit097dd90d098f397df2e2989ed746fcbaa63adf3a (patch)
tree1ff01c05425f9fe5e87f893c0626ba02dd07726d /cpp/include/qmf/engine/Schema.h
parent0c640c8dadd2a0a15d5bc64b268efcd1f8ae64e7 (diff)
downloadqpid-python-097dd90d098f397df2e2989ed746fcbaa63adf3a.tar.gz
Refer to struct/class consistently across files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@831483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include/qmf/engine/Schema.h')
-rw-r--r--cpp/include/qmf/engine/Schema.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qmf/engine/Schema.h b/cpp/include/qmf/engine/Schema.h
index 16f11a83f9..9f5b444558 100644
--- a/cpp/include/qmf/engine/Schema.h
+++ b/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;
};