diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-18 00:58:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-18 00:58:51 +0100 |
| commit | 5b10ee366f819c05d69ea8e78c8348eca99721b5 (patch) | |
| tree | 7eae306a3a20ff2d3760e18a0e4b83b62b0a4f01 /src/wx/kdm_dialog.h | |
| parent | e0eecce56d975d9819f902cbb51c886b16e8ebf7 (diff) | |
Allow specification of KDM annotation text (#296).
Diffstat (limited to 'src/wx/kdm_dialog.h')
| -rw-r--r-- | src/wx/kdm_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index b475bde70..c1e9588fe 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -51,6 +51,7 @@ private: void setup_sensitivity (); void make_clicked (); bool confirm_overwrite (boost::filesystem::path path); + void cpl_changed(); std::weak_ptr<const Film> _film; ScreensPanel* _screens; |
