missing template dir patch from tim, fix extend selection to track when track is...
[ardour.git] / gtk2_ardour / editor_audiotrack.cc
index aaf271f9b76da8a2e66d3b8ece53c739ad220643..af442dc435c31e263dcc1e7aed0483c168d2c92d 100644 (file)
@@ -17,8 +17,8 @@ Editor::set_route_loop_selection ()
                return;
        }
 
-       jack_nframes_t start = selection->time[clicked_selection].start;
-       jack_nframes_t end = selection->time[clicked_selection].end;
+       nframes_t start = selection->time[clicked_selection].start;
+       nframes_t end = selection->time[clicked_selection].end;
 
        Location* loc = transport_loop_location();