diff options
Diffstat (limited to 'src/wx/subtitle_panel.h')
| -rw-r--r-- | src/wx/subtitle_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/subtitle_panel.h b/src/wx/subtitle_panel.h index 3f7951895..19df26436 100644 --- a/src/wx/subtitle_panel.h +++ b/src/wx/subtitle_panel.h @@ -28,8 +28,8 @@ public: SubtitlePanel (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 with_subtitles_toggled (); |
