change const some functions to const. (prepare lua bindings)

This commit is contained in:
Robin Gareus 2016-04-09 00:33:03 +02:00
parent 024cf58c05
commit ec0ec95262
4 changed files with 5 additions and 4 deletions

View file

@ -198,6 +198,7 @@ class PublicEditor : public Gtkmm2ext::Tabbable {
virtual double sample_to_pixel (framepos_t frame) const = 0;
virtual double sample_to_pixel_unrounded (framepos_t frame) const = 0;
virtual Selection& get_selection () const = 0;
virtual bool get_selection_extents (framepos_t &start, framepos_t &end) const = 0;
virtual Selection& get_cut_buffer () const = 0;
virtual void track_mixer_selection () = 0;
virtual bool extend_selection_to_track (TimeAxisView&) = 0;