diff options
Diffstat (limited to 'src/wx/subtitle_panel.h')
| -rw-r--r-- | src/wx/subtitle_panel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/subtitle_panel.h b/src/wx/subtitle_panel.h index c5665098b..9e60db34b 100644 --- a/src/wx/subtitle_panel.h +++ b/src/wx/subtitle_panel.h @@ -17,16 +17,16 @@ */ -#include "film_editor_panel.h" +#include "content_sub_panel.h" class wxCheckBox; class wxSpinCtrl; class SubtitleView; -class SubtitlePanel : public FilmEditorPanel +class SubtitlePanel : public ContentSubPanel { public: - SubtitlePanel (FilmEditor *); + SubtitlePanel (ContentPanel *); void film_changed (Film::Property); void film_content_changed (int); |
