summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-25 14:21:37 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-27 09:36:37 +0200
commit329ed48ccdb37835b9e1fb2c53a2fb86e2eede53 (patch)
tree1dd97d6d120e21e4f63e9ace5985c477451add0a /src/wx/wx_util.h
parentdf9b4676aba8b941f124b174393988cad21677e1 (diff)
Put wx::report_problem() in a dcpomatic namespace.
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h2
1 files changed, 2 insertions, 0 deletions
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);