You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2013/07/11 04:49:43 UTC

svn commit: r1502090 - /qpid/trunk/qpid/cpp/src/qpid/broker/Message.h

Author: shuston
Date: Thu Jul 11 02:49:42 2013
New Revision: 1502090

URL: http://svn.apache.org/r1502090
Log:
Fix MSVC compile warning struct vs. class. NO-JIRA.

Modified:
    qpid/trunk/qpid/cpp/src/qpid/broker/Message.h

Modified: qpid/trunk/qpid/cpp/src/qpid/broker/Message.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/Message.h?rev=1502090&r1=1502089&r2=1502090&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/broker/Message.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/broker/Message.h Thu Jul 11 02:49:42 2013
@@ -39,7 +39,7 @@
 namespace qpid {
 namespace amqp {
 class MapHandler;
-class MessageId;
+struct MessageId;
 }
 
 namespace management {



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