diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-09-24 02:23:57 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-09-24 02:23:57 +0000 |
| commit | 9d23fd30e819f7176b9583fc2bd548f425e93831 (patch) | |
| tree | a41779755f5a1bb40f66af933a5e4d8141459f4b /cpp/src/qmf/Object.h | |
| parent | fad926fe71bfa6272306fa4f152374b8c85f186d (diff) | |
| download | qpid-python-9d23fd30e819f7176b9583fc2bd548f425e93831.tar.gz | |
Use struct/class consistently
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@818347 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf/Object.h')
| -rw-r--r-- | cpp/src/qmf/Object.h | 4 |
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; }; |
