X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fservers_list_dialog.cc;h=13c6df70729746ba40d7556e14fa2e5d8fdd3c5f;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=299ce2f20aee0c2e339515a7049655994afca96c;hpb=1b0b9e4b951e305d47bb011fc4e198472bb3fecf;p=dcpomatic.git diff --git a/src/wx/servers_list_dialog.cc b/src/wx/servers_list_dialog.cc index 299ce2f20..13c6df707 100644 --- a/src/wx/servers_list_dialog.cc +++ b/src/wx/servers_list_dialog.cc @@ -31,7 +31,7 @@ ServersListDialog::ServersListDialog (wxWindow* parent) { wxBoxSizer* s = new wxBoxSizer (wxVERTICAL); SetSizer (s); - + _list = new wxListCtrl (this, wxID_ANY, wxDefaultPosition, wxSize (400, 200), wxLC_REPORT | wxLC_SINGLE_SEL); { @@ -60,7 +60,7 @@ ServersListDialog::ServersListDialog (wxWindow* parent) SetSizer (s); s->Layout (); s->SetSizeHints (this); - + _server_finder_connection = ServerFinder::instance()->connect (boost::bind (&ServersListDialog::server_found, this, _1)); }