use new action map API instead of ActionManager::get_action
[ardour.git] / gtk2_ardour / time_selection.h
index 413cb75de6ee6bc30819f28656554ff98488dfed..6e59684a480682b24f9d92b7ba9ef04412b4c25d 100644 (file)
@@ -32,9 +32,9 @@ class TimeSelection : public std::list<ARDOUR::AudioRange>
 public:
        ARDOUR::AudioRange& operator[](uint32_t);
 
-        ARDOUR::framepos_t start();
-        ARDOUR::framepos_t end_frame();
-        ARDOUR::framepos_t length();
+       ARDOUR::samplepos_t start();
+       ARDOUR::samplepos_t end_sample();
+       ARDOUR::samplepos_t length();
 
        bool consolidate ();
 };