X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fserver_dialog.cc;h=abad589891231e0de8e876039df6b03424e43855;hp=f5983b4cdfbb534c2681036fce008b4136c87c65;hb=00b60f52add041a36fa62118baf4b5ac78993980;hpb=bd3be0efd59054666fd04d69715275f257994f5e diff --git a/src/wx/server_dialog.cc b/src/wx/server_dialog.cc index f5983b4cd..abad58989 100644 --- a/src/wx/server_dialog.cc +++ b/src/wx/server_dialog.cc @@ -24,6 +24,7 @@ using std::string; using boost::shared_ptr; +using boost::optional; ServerDialog::ServerDialog (wxWindow* parent) : TableDialog (parent, _("Server"), 2, 1, true) @@ -48,7 +49,7 @@ ServerDialog::set (string server) _host->SetValue (std_to_wx (server)); } -string +optional ServerDialog::get () const { return wx_to_std (_host->GetValue ());