summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-11 15:06:52 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-13 12:39:52 +0100
commite8c5f14cb6736bdfa3610b2559c6c331c1c56984 (patch)
treecb1a18b733411ce2b5a80aa0396d4aafdb11ff92 /src/wx/video_panel.h
parent66527e65e21c2981d2b94f83ad9decfa99f46aad (diff)
Separate code for the content panel out into a separate class.
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h6
1 files changed, 3 insertions, 3 deletions
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);