X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ftimeline_content_view.h;h=27cfed53eef989373eee4db604886d4890c3facb;hb=15ee4641d8b89a16b15611443870d0932152066f;hp=b5b000bdb9cc14ece8451c1506cd8ff6d0bfdabb;hpb=a44d87088c380e2e282b1df65d6bd55795091c72;p=dcpomatic.git diff --git a/src/wx/timeline_content_view.h b/src/wx/timeline_content_view.h index b5b000bdb..27cfed53e 100644 --- a/src/wx/timeline_content_view.h +++ b/src/wx/timeline_content_view.h @@ -21,6 +21,7 @@ #ifndef DCPOMATIC_TIMELINE_CONTENT_VIEW_H #define DCPOMATIC_TIMELINE_CONTENT_VIEW_H +#include "lib/types.h" #include "timeline_view.h" #include #include @@ -57,7 +58,7 @@ private: void do_paint (wxGraphicsContext* gc, std::list > overlaps); int y_pos (int t) const; - void content_changed (int p); + void content_change (ChangeType type, int p); boost::optional _track; bool _selected;