summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-18 00:58:51 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-18 00:58:51 +0100
commit5b10ee366f819c05d69ea8e78c8348eca99721b5 (patch)
tree7eae306a3a20ff2d3760e18a0e4b83b62b0a4f01 /src/wx/kdm_dialog.h
parente0eecce56d975d9819f902cbb51c886b16e8ebf7 (diff)
Allow specification of KDM annotation text (#296).
Diffstat (limited to 'src/wx/kdm_dialog.h')
-rw-r--r--src/wx/kdm_dialog.h1
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;