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
commit5fd978d1ad6bbc49edc1fdd3a5e7a33b7b00eb63 (patch)
treea059ee450564f336f01347dbd0f541ed2b243aa5 /cpp/include
parent23dc8cba7549b3fd5a993c1e73e1cab10db9bc01 (diff)
downloadqpid-python-5fd978d1ad6bbc49edc1fdd3a5e7a33b7b00eb63.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 {