Separate code for the content panel out into a separate class.
[dcpomatic.git] / src / wx / video_panel.h
index 4331a97128bea83daba8749ec4d1f6a73f7da532..e17541cd3f8ef3f565549cd7e6564a949e842da0 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #include "lib/film.h"
-#include "film_editor_panel.h"
+#include "content_sub_panel.h"
 #include "content_widget.h"
 
 class wxChoice;
@@ -33,10 +33,10 @@ class wxButton;
 /** @class VideoPanel
  *  @brief The video tab of the film editor.
  */
-class VideoPanel : public FilmEditorPanel
+class VideoPanel : public ContentSubPanel
 {
 public:
-       VideoPanel (FilmEditor *);
+       VideoPanel (ContentPanel *);
 
        void film_changed (Film::Property);
        void film_content_changed (int);