Fix glitching on "events" (like loop markers) due to taking the processing offset...
[ardour.git] / gtk2_ardour / region_selection.h
index 2ccf347835935cb7c1cebd77542e43b915dce89a..6b5ae9c0fbf98a5a772d2d950623be66458d7c07 100644 (file)
@@ -37,7 +37,7 @@ class RegionSelection : public std::list<RegionView*>, public sigc::trackable
 
        RegionSelection& operator= (const RegionSelection&);
 
-       void add (RegionView*);
+       bool add (RegionView*);
        bool remove (RegionView*);
        void sort_by_position_and_track ();