diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-07-01 03:48:13 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-07-01 03:48:13 +0000 |
| commit | d5bb4ce2383ef2ed9a9f3c00b087f8f98bc02e5d (patch) | |
| tree | d73fc0220c0a7049d7b5120b149b94fa1f469e54 /qpid/cpp/include/qmf | |
| parent | a7e736a5c843c9e3dec25b8eb770c9b337c139f6 (diff) | |
| download | qpid-python-d5bb4ce2383ef2ed9a9f3c00b087f8f98bc02e5d.tar.gz | |
NO-JIRA: Fixed struct/class warning
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1355848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include/qmf')
| -rw-r--r-- | qpid/cpp/include/qmf/posix/EventNotifier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/include/qmf/posix/EventNotifier.h b/qpid/cpp/include/qmf/posix/EventNotifier.h index ebc1cb5364..c8b90b6421 100644 --- a/qpid/cpp/include/qmf/posix/EventNotifier.h +++ b/qpid/cpp/include/qmf/posix/EventNotifier.h @@ -28,7 +28,7 @@ namespace qmf { class PosixEventNotifierImpl; - class PosixEventNotifierImplAccess; + struct PosixEventNotifierImplAccess; namespace posix { |
