summaryrefslogtreecommitdiff
path: root/src/wx/kdm_cpl_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/kdm_cpl_panel.h')
-rw-r--r--src/wx/kdm_cpl_panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/kdm_cpl_panel.h b/src/wx/kdm_cpl_panel.h
index 9ce90217e..91821d7a3 100644
--- a/src/wx/kdm_cpl_panel.h
+++ b/src/wx/kdm_cpl_panel.h
@@ -25,6 +25,7 @@ LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
LIBDCP_ENABLE_WARNINGS
#include <boost/filesystem.hpp>
+#include <boost/signals2.hpp>
class KDMCPLPanel : public wxPanel
@@ -35,6 +36,8 @@ public:
boost::filesystem::path cpl () const;
bool has_selected () const;
+ boost::signals2::signal<void ()> Changed;
+
private:
void update_cpl_choice ();
void update_cpl_summary ();