Author: tabish
Date: Tue Jun  3 16:37:05 2008
New Revision: 662917

URL: http://svn.apache.org/viewvc?rev=662917&view=rev
Log:
Fixing warning on GCC compile

Modified:
    activemq/activemq-cpp/trunk/src/main/decaf/util/List.h

Modified: activemq/activemq-cpp/trunk/src/main/decaf/util/List.h
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/decaf/util/List.h?rev=662917&r1=662916&r2=662917&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/decaf/util/List.h (original)
+++ activemq/activemq-cpp/trunk/src/main/decaf/util/List.h Tue Jun  3 16:37:05 
2008
@@ -98,7 +98,7 @@
          * one.
          * @param source The source set.
          */
-        List( const List& source ){
+        List( const List& source ) : decaf::util::concurrent::Synchronizable() 
{
             copy( source );
         }
 


Reply via email to