X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fserver_dialog.h;h=92b417a4c5ca6cdfc3aa36e08f1b1a60fff2a0e9;hb=a972af6dcbdb0b8a1c5386d34a0cea2c12738a67;hp=0f1352ed037d9e25d37fefe77120265832b93a6a;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/wx/server_dialog.h b/src/wx/server_dialog.h index 0f1352ed0..92b417a4c 100644 --- a/src/wx/server_dialog.h +++ b/src/wx/server_dialog.h @@ -19,14 +19,15 @@ */ #include "table_dialog.h" +#include class ServerDialog : public TableDialog { public: - ServerDialog (wxWindow *); + explicit ServerDialog (wxWindow *); void set (std::string); - std::string get () const; + boost::optional get () const; private: wxTextCtrl* _host;