X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffilm_editor.h;h=cbc8f92bee0b0b64245e706c0ed5d33ce1d28af2;hb=4a7ece0ebcb4cc8515822fdb6c9baec0394c935b;hp=576cd5ba1b251bab083dec3cab431049bda02ca4;hpb=d26296467bbf6bd1b2300dd862ce55fcd7f3d624;p=dcpomatic.git diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 576cd5ba1..cbc8f92be 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -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);