diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2010-01-21 18:24:04 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2010-01-21 18:24:04 +0000 |
| commit | 7009e44fbf44f4053a9067c2228abae0bc2e3ad7 (patch) | |
| tree | b5950f28d9d329206bd780839537241aa6a3447b /cpp/include | |
| parent | 1aaba52bd281fbc64edad8c857ee6c972ae7796f (diff) | |
| download | qpid-python-7009e44fbf44f4053a9067c2228abae0bc2e3ad7.tar.gz | |
Fixes to make Win32 port build again (and remove some warnings)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@901816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qmf/engine/Event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qmf/engine/Event.h b/cpp/include/qmf/engine/Event.h index 4e5200a0a8..647b88dbf8 100644 --- a/cpp/include/qmf/engine/Event.h +++ b/cpp/include/qmf/engine/Event.h @@ -38,7 +38,7 @@ namespace engine { private: friend struct EventImpl; - friend struct AgentImpl; + friend class AgentImpl; Event(EventImpl* impl); EventImpl* impl; }; |
