diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-10-19 01:41:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-10-19 01:41:58 +0200 |
| commit | 4d091e046478b8591469f64d1614c40e85f05853 (patch) | |
| tree | eab567fd30d8c67504ab45215ae4eb6f74a5c3ed /src/tools | |
| parent | 9b2621908f2b3571f19aa53b8ff3d954d0dedfc0 (diff) | |
Crashpad l33t hax0rs.crashpad
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index e80bfc333..6651b4ab7 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -66,6 +66,7 @@ #include "lib/constants.h" #include "lib/content.h" #include "lib/content_factory.h" +#include "lib/crashpad.h" #include "lib/cross.h" #include "lib/cross.h" #include "lib/dcp_content.h" @@ -318,6 +319,7 @@ public: , _right_panel(new wxPanel(_splitter, wxID_ANY)) , _film_viewer(_right_panel) { + setup_crashpad(); auto bar = new wxMenuBar; setup_menu (bar); @@ -463,6 +465,8 @@ public: film->set_name (path.filename().generic_string()); film->write_metadata (); set_film (film); + int* p = 0; + *p = 42; } void load_film (boost::filesystem::path file) |
