summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-10 16:46:08 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-10 16:46:08 +0100
commitf0d79f2ee79becbcb7bc9065155eaa0963a6aa99 (patch)
tree1820ffa94cd39d2c60382fbc66dc0f1a202a6f13 /src/wx/film_editor.h
parent611f2241c6732c2c38d87e129e51cf9d8d7a08b8 (diff)
Add SubtitleContent.
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 4b096a2e1..fdc6e077d 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -118,6 +118,7 @@ private:
boost::shared_ptr<Content> selected_content ();
boost::shared_ptr<VideoContent> selected_video_content ();
boost::shared_ptr<AudioContent> selected_audio_content ();
+ boost::shared_ptr<SubtitleContent> selected_subtitle_content ();
wxNotebook* _main_notebook;
wxNotebook* _content_notebook;