X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Ffilm_editor.h;h=b8d862f8112ea03ebddf64d8976e22a0f9240850;hb=6ea0becd89bb223f26196aa9db13371990f5a1a8;hp=576cd5ba1b251bab083dec3cab431049bda02ca4;hpb=d26296467bbf6bd1b2300dd862ce55fcd7f3d624;p=dcpomatic.git diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 576cd5ba1..b8d862f81 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -38,7 +38,7 @@ class FilmViewer; class FilmEditor : public wxPanel { public: - FilmEditor (wxWindow *, FilmViewer* viewer); + FilmEditor (wxWindow *, boost::weak_ptr viewer); void set_film (boost::shared_ptr); @@ -56,8 +56,8 @@ public: } /* Handle changes to the model */ - void film_changed (Film::Property); - void film_content_changed (int); + void film_change (ChangeType, Film::Property); + void film_content_change (ChangeType type, int); void set_general_sensitivity (bool); void active_jobs_changed (boost::optional);