You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2012/07/01 05:48:14 UTC

svn commit: r1355848 - /qpid/trunk/qpid/cpp/include/qmf/posix/EventNotifier.h

Author: astitcher
Date: Sun Jul  1 03:48:13 2012
New Revision: 1355848

URL: http://svn.apache.org/viewvc?rev=1355848&view=rev
Log:
NO-JIRA: Fixed struct/class warning

Modified:
    qpid/trunk/qpid/cpp/include/qmf/posix/EventNotifier.h

Modified: qpid/trunk/qpid/cpp/include/qmf/posix/EventNotifier.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qmf/posix/EventNotifier.h?rev=1355848&r1=1355847&r2=1355848&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qmf/posix/EventNotifier.h (original)
+++ qpid/trunk/qpid/cpp/include/qmf/posix/EventNotifier.h Sun Jul  1 03:48:13 2012
@@ -28,7 +28,7 @@
 namespace qmf {
 
     class PosixEventNotifierImpl;
-    class PosixEventNotifierImplAccess;
+    struct PosixEventNotifierImplAccess;
 
 namespace posix {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org