X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fwx_util.h;h=32d70ea730c8bcb98e5c67fc5f3cf5e123614fdc;hb=539941e7db8deba31898eb81af94009a3944e9f0;hp=3fcc383f0c447c89fe11854943b39aceb69a1818;hpb=81e63691a2d2b4550c620c1955ec94be8981ea6a;p=dcpomatic.git 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);