about summary refs log tree commit diff stats
path: root/src/ipc_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc_dialog.h')
-rw-r--r--src/ipc_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipc_dialog.h b/src/ipc_dialog.h index 1caed01..a8c4512 100644 --- a/src/ipc_dialog.h +++ b/src/ipc_dialog.h
@@ -13,7 +13,7 @@ class IpcDialog : public wxDialog {
13 public: 13 public:
14 IpcDialog(); 14 IpcDialog();
15 15
16 std::string GetIpcAddress() { return address_box_->GetValue().ToStdString(); } 16 std::string GetIpcAddress() { return address_box_->GetValue().utf8_string(); }
17 17
18 private: 18 private:
19 void OnResetClicked(wxCommandEvent& event); 19 void OnResetClicked(wxCommandEvent& event);