Merged with trunk R992.
[ardour.git] / gtk2_ardour / region_selection.cc
index 7f7148d2b13f8af70bd4952aa58e779d15ffd6f1..d887021a4285f86f715ff10c262d2094a14d3974 100644 (file)
@@ -148,7 +148,7 @@ RegionSelection::remove (RegionView* rv)
                                
                                /* reset current start */
                                
-                               jack_nframes_t ref = max_frames;
+                               nframes_t ref = max_frames;
                                
                                for (i = begin (); i != end(); ++i) {
                                        if (region->first_frame() < ref) {
@@ -164,7 +164,7 @@ RegionSelection::remove (RegionView* rv)
 
                                /* reset current end */
                                
-                               jack_nframes_t ref = 0;
+                               nframes_t ref = 0;
                                
                                for (i = begin (); i != end(); ++i) {
                                        if (region->first_frame() > ref) {