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_disk.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/dcpomatic_disk.cc') diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index b9645a7ca..c83d57b8f 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -553,7 +553,7 @@ public: _("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) { @@ -562,11 +562,11 @@ public: 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