various fixes for "advanced" operations on range selections. ctrl-drags now add a...
[ardour.git] / gtk2_ardour / selection.h
index 73acaaa7c00d364ace36d28ffeb4b858416e4ad5..3c14eb9a093000ccdf64954beb9e783e9af4c63e 100644 (file)
@@ -184,6 +184,8 @@ class Selection : public sigc::trackable, public PBD::ScopedConnectionList
 
        void remove_regions (TimeAxisView *);
 
+        void move_time (framecnt_t);
+
        void replace (uint32_t time_index, framepos_t start, framepos_t end);
 
 /*