X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftime_selection.h;h=413cb75de6ee6bc30819f28656554ff98488dfed;hb=b6c3e5537269e53bb145300e7724e8b89dfb74d6;hp=f93f40c21e4004eaa583dae58391fd7a5257cafa;hpb=04c7158a415e9daa76a60a296891217eb0fb6c0c;p=ardour.git diff --git a/gtk2_ardour/time_selection.h b/gtk2_ardour/time_selection.h index f93f40c21e..413cb75de6 100644 --- a/gtk2_ardour/time_selection.h +++ b/gtk2_ardour/time_selection.h @@ -31,11 +31,11 @@ class TimeSelection : public std::list { public: ARDOUR::AudioRange& operator[](uint32_t); - - nframes_t start(); - nframes_t end_frame(); - nframes_t length(); - + + ARDOUR::framepos_t start(); + ARDOUR::framepos_t end_frame(); + ARDOUR::framepos_t length(); + bool consolidate (); };