Kaydet (Commit) 679b1ed8 authored tarafından Andrzej Hunt's avatar Andrzej Hunt

More -WaE: nested template problems.

Change-Id: I896773bd37d855b83e9dfc260cae293a6f92100a
üst f8018266
...@@ -687,11 +687,11 @@ void ClientBox::populateEntries() ...@@ -687,11 +687,11 @@ void ClientBox::populateEntries()
#ifdef ENABLE_SDREMOTE #ifdef ENABLE_SDREMOTE
RemoteServer::ensureDiscoverable(); RemoteServer::ensureDiscoverable();
vector<::boost::shared_ptr<ClientInfo>> aClients( RemoteServer::getClients() ); vector< ::boost::shared_ptr< ClientInfo > > aClients( RemoteServer::getClients() );
const vector<::boost::shared_ptr<ClientInfo>>::const_iterator aEnd( aClients.end() ); const vector< ::boost::shared_ptr<ClientInfo > >::const_iterator aEnd( aClients.end() );
for ( vector<::boost::shared_ptr<ClientInfo>>::const_iterator aIt( aClients.begin() ); for ( vector< ::boost::shared_ptr< ClientInfo > >::const_iterator aIt( aClients.begin() );
aIt != aEnd; ++aIt ) aIt != aEnd; ++aIt )
{ {
addEntry( *aIt ); addEntry( *aIt );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment