summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/wx_util.cc')
-rw-r--r--src/wx/wx_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc
index e4229c1b7..932e4e0bd 100644
--- a/src/wx/wx_util.cc
+++ b/src/wx/wx_util.cc
@@ -833,7 +833,7 @@ report_config_load_failure(wxWindow* parent, Config::LoadFailure what)
wxString
-wx::report_problem()
+dcpomatic::wx::report_problem()
{
return std_to_wx(::report_problem());
}