summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-10 22:02:09 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-11 11:58:15 +0100
commit23583dfb56181c76126e652042e9d1940367aa27 (patch)
treee4e0711ea1b132aacee524e54014497ece5e9916 /src/wx/film_editor.h
parent2a0ad7979b208f84916b13f7a37998aa3701e371 (diff)
Partial split of film viewer.
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>);