Give a better error if the user tries to load a non-KDM as a DKDM into the KDM creator.
[dcpomatic.git] / src / wx / server_dialog.h
index 0f1352ed037d9e25d37fefe77120265832b93a6a..ed109c6974c7dc8b8b84eafbf0d7a3d29cb71414 100644 (file)
@@ -26,7 +26,7 @@ public:
        ServerDialog (wxWindow *);
 
        void set (std::string);
-       std::string get () const;
+       boost::optional<std::string> get () const;
 
 private:
        wxTextCtrl* _host;