Accessor for ClosedCaptionsDialog.
[dcpomatic.git] / src / wx / server_dialog.h
index ed109c6974c7dc8b8b84eafbf0d7a3d29cb71414..92b417a4c5ca6cdfc3aa36e08f1b1a60fff2a0e9 100644 (file)
 */
 
 #include "table_dialog.h"
+#include <boost/optional.hpp>
 
 class ServerDialog : public TableDialog
 {
 public:
-       ServerDialog (wxWindow *);
+       explicit ServerDialog (wxWindow *);
 
        void set (std::string);
        boost::optional<std::string> get () const;