diff options
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index 3fcc383f0..32d70ea73 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -23,7 +23,7 @@ * @brief Some utility functions. */ -extern void error_dialog (std::string); +extern void error_dialog (wxWindow *, std::string); extern wxStaticText* add_label_to_sizer (wxSizer *, wxWindow *, std::string); extern std::string wx_to_std (wxString); extern wxString std_to_wx (std::string); |
