X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fserver_dialog.h;h=92b417a4c5ca6cdfc3aa36e08f1b1a60fff2a0e9;hp=ed109c6974c7dc8b8b84eafbf0d7a3d29cb71414;hb=386e25f3b9d3fa59cbdeed458d9b3e0d21e338b8;hpb=00b60f52add041a36fa62118baf4b5ac78993980 diff --git a/src/wx/server_dialog.h b/src/wx/server_dialog.h index ed109c697..92b417a4c 100644 --- a/src/wx/server_dialog.h +++ b/src/wx/server_dialog.h @@ -19,11 +19,12 @@ */ #include "table_dialog.h" +#include class ServerDialog : public TableDialog { public: - ServerDialog (wxWindow *); + explicit ServerDialog (wxWindow *); void set (std::string); boost::optional get () const;