summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-07-01 03:48:13 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-07-01 03:48:13 +0000
commitce8eaae00cf66dc511b582d5bfa198fb92ef4b6a (patch)
treea059ee450564f336f01347dbd0f541ed2b243aa5 /cpp/include
parent6750dc18c21e4b7a9c76c003d178a75ba5c0497f (diff)
downloadqpid-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/include')
-rw-r--r--cpp/include/qmf/posix/EventNotifier.h2
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 {