X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.h;h=b8d862f8112ea03ebddf64d8976e22a0f9240850;hb=b3b371294ed5e6cc18ef64ba1b06ca76726b903a;hp=48e944fc6a7c020643d568bc76f8745f11dbe435;hpb=23583dfb56181c76126e652042e9d1940367aa27;p=dcpomatic.git diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 48e944fc6..b8d862f81 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 ControlFilmViewer; +class FilmViewer; /** @class FilmEditor * @brief A wx widget to edit a film's metadata, and perform various functions. @@ -38,7 +38,7 @@ class ControlFilmViewer; class FilmEditor : public wxPanel { public: - FilmEditor (wxWindow *, ControlFilmViewer* viewer); + FilmEditor (wxWindow *, boost::weak_ptr viewer); void set_film (boost::shared_ptr);