X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fserver_dialog.h;h=92b417a4c5ca6cdfc3aa36e08f1b1a60fff2a0e9;hb=40d38c8d011f0863f396f21cd750cdcef803a792;hp=ed109c6974c7dc8b8b84eafbf0d7a3d29cb71414;hpb=00b60f52add041a36fa62118baf4b5ac78993980;p=dcpomatic.git 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;