summaryrefslogtreecommitdiff
path: root/cpp/src/qmf/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qmf/Object.h')
-rw-r--r--cpp/src/qmf/Object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qmf/Object.h b/cpp/src/qmf/Object.h
index 58ab12365e..f32095cba4 100644
--- a/cpp/src/qmf/Object.h
+++ b/cpp/src/qmf/Object.h
@@ -43,8 +43,8 @@ namespace qmf {
void merge(const Object& from);
private:
- friend class ObjectImpl;
- friend class AgentEngineImpl;
+ friend struct ObjectImpl;
+ friend class AgentEngineImpl;
Object(ObjectImpl* impl);
ObjectImpl* impl;
};