From 9d23fd30e819f7176b9583fc2bd548f425e93831 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 24 Sep 2009 02:23:57 +0000 Subject: Use struct/class consistently git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@818347 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qmf/Object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/qmf/Object.h') 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; }; -- cgit v1.2.1