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/audio_panel.h | |
| parent | deafd62ea410aa23b6b4c87989e8bc7e95db46e3 (diff) | |
Basic multiple selection for cropping.
Diffstat (limited to 'src/wx/audio_panel.h')
| -rw-r--r-- | src/wx/audio_panel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/audio_panel.h b/src/wx/audio_panel.h index e1dc283e2..8cb94f0fa 100644 --- a/src/wx/audio_panel.h +++ b/src/wx/audio_panel.h @@ -33,7 +33,8 @@ public: AudioPanel (FilmEditor *); void film_changed (Film::Property); - void film_content_changed (boost::shared_ptr<Content>, int); + void film_content_changed (int); + void content_selection_changed (); private: void gain_changed (); |
