Allow customisation of error report email address.
[dcpomatic.git] / src / wx / wx_util.h
index 89e3fe5a592083580fac087f2a1696c5a1c98b6f..db1b3ae0cb80ac4546cacb2594117eede8257cd7 100644 (file)
@@ -146,6 +146,10 @@ struct Offset
 
 extern int get_offsets (std::vector<Offset>& offsets);
 
+namespace wx {
+       extern wxString report_problem();
+}
+
 
 extern void checked_set (FilePickerCtrl* widget, boost::filesystem::path value);
 extern void checked_set (wxDirPickerCtrl* widget, boost::filesystem::path value);