sd/source/ui/remotecontrol/Server.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fb597ee98f69dd3243c45cb0ff76516f7ec31c73
Author: Andrzej Hunt <andrzej.h...@collabora.com>
Date:   Mon Jun 30 08:21:32 2014 +0200

    -WaE: nested template problems.
    
    warning: ">>" operator will be treated as two right angle brackets in C++0x
    error: ">>" should be "> >" within a nested template argument list
    
    and
    
    Change-Id: Id3f555d606887fb60db016ab14fb0541ccfd0d7a
    error: "<::" cannot begin a template-argument list
    note: "<:" is an alternate spelling for "[". Insert whitespace between "<" 
and "::"

diff --git a/sd/source/ui/remotecontrol/Server.cxx 
b/sd/source/ui/remotecontrol/Server.cxx
index d80b846..5ec1184 100644
--- a/sd/source/ui/remotecontrol/Server.cxx
+++ b/sd/source/ui/remotecontrol/Server.cxx
@@ -317,7 +317,7 @@ bool RemoteServer::connectClient( ::boost::shared_ptr< 
ClientInfo > pClient, con
 
         sCommunicators.push_back( pCommunicator );
 
-        for ( vector<::boost::shared_ptr<ClientInfoInternal>>::iterator aIt = 
spServer->mAvailableClients.begin();
+        for ( vector< ::boost::shared_ptr< ClientInfoInternal > >::iterator 
aIt = spServer->mAvailableClients.begin();
             aIt != spServer->mAvailableClients.end(); ++aIt )
         {
             if ( pClient == *aIt )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to