summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/RemoteDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/RemoteDialog.cxx')
-rw-r--r--sd/source/ui/dlg/RemoteDialog.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/RemoteDialog.cxx b/sd/source/ui/dlg/RemoteDialog.cxx
index fd2fe8136987..4265bacab957 100644
--- a/sd/source/ui/dlg/RemoteDialog.cxx
+++ b/sd/source/ui/dlg/RemoteDialog.cxx
@@ -28,11 +28,11 @@ RemoteDialog::RemoteDialog( Window *pWindow )
#ifdef ENABLE_SDREMOTE
RemoteServer::ensureDiscoverable();
- vector<ClientInfo*> aClients( RemoteServer::getClients() );
+ vector<::boost::shared_ptr<ClientInfo>> aClients( RemoteServer::getClients() );
- const vector<ClientInfo*>::const_iterator aEnd( aClients.end() );
+ const vector<::boost::shared_ptr<ClientInfo>>::const_iterator aEnd( aClients.end() );
- for ( vector<ClientInfo*>::const_iterator aIt( aClients.begin() );
+ for ( vector<::boost::shared_ptr<ClientInfo>>::const_iterator aIt( aClients.begin() );
aIt != aEnd; ++aIt )
{
m_pClientBox->addEntry( *aIt );