diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-08-30 22:28:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-08-30 22:28:03 +0200 |
| commit | b16b0da184b349c9565a9e556b22164a2a158970 (patch) | |
| tree | e85341d3df89ebfd69bacf4ae593d515b7b0d1ec /src/wx/screens_panel.h | |
| parent | 963a684d107f7135e6680c2ed7f88e8aa5810ea1 (diff) | |
Handle failures to write cinemas.xml more nicely.
Diffstat (limited to 'src/wx/screens_panel.h')
| -rw-r--r-- | src/wx/screens_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/screens_panel.h b/src/wx/screens_panel.h index ae730c2df..7c72f5873 100644 --- a/src/wx/screens_panel.h +++ b/src/wx/screens_panel.h @@ -71,6 +71,7 @@ private: int compare (std::string const& utf8_a, std::string const& utf8_b); void check_all (); void uncheck_all (); + bool notify_cinemas_changed(); std::shared_ptr<Cinema> item_to_cinema (wxTreeListItem item) const; std::shared_ptr<dcpomatic::Screen> item_to_screen (wxTreeListItem item) const; |
