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 | ce8eaae00cf66dc511b582d5bfa198fb92ef4b6a (patch) | |
| tree | a059ee450564f336f01347dbd0f541ed2b243aa5 /cpp | |
| parent | 6750dc18c21e4b7a9c76c003d178a75ba5c0497f (diff) | |
| download | qpid-python-ce8eaae00cf66dc511b582d5bfa198fb92ef4b6a.tar.gz | |
NO-JIRA: Fixed struct/class warning
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1355848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/include/qmf/posix/EventNotifier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qmf/posix/EventNotifier.h b/cpp/include/qmf/posix/EventNotifier.h index ebc1cb5364..c8b90b6421 100644 --- a/cpp/include/qmf/posix/EventNotifier.h +++ b/cpp/include/qmf/posix/EventNotifier.h @@ -28,7 +28,7 @@ namespace qmf { class PosixEventNotifierImpl; - class PosixEventNotifierImplAccess; + struct PosixEventNotifierImplAccess; namespace posix { |
