X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.h;h=e17541cd3f8ef3f565549cd7e6564a949e842da0;hb=b56bc3c45953fe113a9934b0d2ec2c1134de07ab;hp=4331a97128bea83daba8749ec4d1f6a73f7da532;hpb=4616b19fb5241a54c9d57f7a91bb975f41aed14b;p=dcpomatic.git diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 4331a9712..e17541cd3 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -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);