diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-05 23:17:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-05 23:17:16 +0000 |
| commit | d26296467bbf6bd1b2300dd862ce55fcd7f3d624 (patch) | |
| tree | 125284d4686aa58710ce841a77da9b0f762af857 /src/wx/film_editor.h | |
| parent | 249ae25148213a2ab5d76980133182e7f2521524 (diff) | |
Add simple copy and paste for content settings (#1051).
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 47b333519..576cd5ba1 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -43,6 +43,7 @@ public: void set_film (boost::shared_ptr<Film>); boost::signals2::signal<void (boost::filesystem::path)> FileChanged; + boost::signals2::signal<void (void)> SelectionChanged; /* Stuff for panels */ |
