timeline types conversion for editor_ops.cc

This commit is contained in:
Paul Davis 2020-10-27 11:18:02 -06:00
parent 2a08e4bdaa
commit 5836a4f2b6
5 changed files with 506 additions and 492 deletions

View file

@ -216,7 +216,7 @@ public:
virtual double duration_to_pixels_unrounded (Temporal::timecnt_t const &) const = 0;
virtual Selection& get_selection () const = 0;
virtual bool get_selection_extents (samplepos_t &start, samplepos_t &end) const = 0;
virtual bool get_selection_extents (Temporal::timepos_t &start, Temporal::timepos_t &end) const = 0;
virtual Selection& get_cut_buffer () const = 0;
virtual void set_selection (std::list<Selectable*>, Selection::Operation) = 0;