From fb597ee98f69dd3243c45cb0ff76516f7ec31c73 Mon Sep 17 00:00:00 2001 From: Andrzej Hunt Date: Mon, 30 Jun 2014 08:21:32 +0200 Subject: -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 "::" --- sd/source/ui/remotecontrol/Server.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/remotecontrol/Server.cxx b/sd/source/ui/remotecontrol/Server.cxx index d80b8463abdc..5ec118400d2c 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>::iterator aIt = spServer->mAvailableClients.begin(); + for ( vector< ::boost::shared_ptr< ClientInfoInternal > >::iterator aIt = spServer->mAvailableClients.begin(); aIt != spServer->mAvailableClients.end(); ++aIt ) { if ( pClient == *aIt ) -- cgit