From 329ed48ccdb37835b9e1fb2c53a2fb86e2eede53 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 25 May 2025 14:21:37 +0200 Subject: Put wx::report_problem() in a dcpomatic namespace. --- src/tools/dcpomatic_editor.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/dcpomatic_editor.cc') diff --git a/src/tools/dcpomatic_editor.cc b/src/tools/dcpomatic_editor.cc index cf1b9cb42..e02f23b68 100644 --- a/src/tools/dcpomatic_editor.cc +++ b/src/tools/dcpomatic_editor.cc @@ -592,7 +592,7 @@ private: _("An exception occurred: %s (%s)\n\n%s"), std_to_wx(e.what()), std_to_wx(e.file().string().c_str()), - wx::report_problem() + dcpomatic::wx::report_problem() ) ); } catch (exception& e) { @@ -601,11 +601,11 @@ private: wxString::Format ( _("An exception occurred: %s\n\n%s"), std_to_wx(e.what()), - wx::report_problem() + dcpomatic::wx::report_problem() ) ); } catch (...) { - error_dialog(nullptr, wxString::Format(_("An unknown exception occurred. %s"), wx::report_problem())); + error_dialog(nullptr, wxString::Format(_("An unknown exception occurred. %s"), dcpomatic::wx::report_problem())); } } -- cgit v1.2.3