summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index cbc8f92be..48e944fc6 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -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>);