Partial split of film viewer.
[dcpomatic.git] / src / wx / film_editor.h
index cbc8f92bee0b0b64245e706c0ed5d33ce1d28af2..48e944fc6a7c020643d568bc76f8745f11dbe435 100644 (file)
@@ -30,7 +30,7 @@ class wxNotebook;
 class Film;
 class ContentPanel;
 class DCPPanel;
-class FilmViewer;
+class ControlFilmViewer;
 
 /** @class FilmEditor
  *  @brief A wx widget to edit a film's metadata, and perform various functions.
@@ -38,7 +38,7 @@ class FilmViewer;
 class FilmEditor : public wxPanel
 {
 public:
-       FilmEditor (wxWindow *, FilmViewer* viewer);
+       FilmEditor (wxWindow *, ControlFilmViewer* viewer);
 
        void set_film (boost::shared_ptr<Film>);