summaryrefslogtreecommitdiff
path: root/cpp/include/qmf/engine/Schema.h
diff options
context:
space:
mode:
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;
};