diff options
Diffstat (limited to 'src/wx/server_dialog.h')
| -rw-r--r-- | src/wx/server_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/server_dialog.h b/src/wx/server_dialog.h index 92b417a4c..0ff032fc4 100644 --- a/src/wx/server_dialog.h +++ b/src/wx/server_dialog.h @@ -27,7 +27,7 @@ public: explicit ServerDialog (wxWindow *); void set (std::string); - boost::optional<std::string> get () const; + std::vector<std::string> get() const; private: wxTextCtrl* _host; |
