diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-11 12:53:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-11 12:53:26 +0000 |
| commit | cb83eb7b209054da2f81b456a0fbda6ea9d03844 (patch) | |
| tree | 214f5ebeaefdbeb20129b541dfe9715588999aeb /src/wx/timing_panel.h | |
| parent | deafd62ea410aa23b6b4c87989e8bc7e95db46e3 (diff) | |
Basic multiple selection for cropping.
Diffstat (limited to 'src/wx/timing_panel.h')
| -rw-r--r-- | src/wx/timing_panel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h index b84ea52be..8c519bcbe 100644 --- a/src/wx/timing_panel.h +++ b/src/wx/timing_panel.h @@ -26,7 +26,8 @@ class TimingPanel : public FilmEditorPanel public: TimingPanel (FilmEditor *); - void film_content_changed (boost::shared_ptr<Content>, int); + void film_content_changed (int); + void content_selection_changed (); private: void position_changed (); |
