diff options
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/wx_util.cc | 2 | ||||
| -rw-r--r-- | src/wx/wx_util.h | 2 |
2 files changed, 3 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()); } diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index 2968ce9ff..92cdd349b 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -140,9 +140,11 @@ struct Offset extern int get_offsets (std::vector<Offset>& offsets); +namespace dcpomatic { namespace wx { extern wxString report_problem(); } +} extern void checked_set (FilePickerCtrl* widget, boost::filesystem::path value); |
