Author: shuston
Date: Wed May 19 21:28:38 2010
New Revision: 946407

URL: http://svn.apache.org/viewvc?rev=946407&view=rev
Log:
Correct class/struct reference; resolves compile warning on Windows.

Modified:
    qpid/trunk/qpid/cpp/include/qpid/Address.h

Modified: qpid/trunk/qpid/cpp/include/qpid/Address.h
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/Address.h?rev=946407&r1=946406&r2=946407&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/Address.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/Address.h Wed May 19 21:28:38 2010
@@ -25,7 +25,7 @@
 #include <string>
 
 namespace qpid {
-namespace client { class ConnectionSettings; }
+namespace client { struct ConnectionSettings; }
 
 
 /**



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to