X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor.h;h=3f2a278f0983013eba0ef973bb5abcaa26c1bcc8;hb=d752986314eb37151983393c1d62efefe503e47c;hp=b3735cf42a378eea0449e9ae314f02477de8dacb;hpb=30ab1fd61569f9d7fb7410d483fa68cbf9865c37;p=ardour.git diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index b3735cf42a..3f2a278f09 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -832,14 +832,14 @@ class Editor : public PublicEditor int ensure_cursor (jack_nframes_t* pos); - void handle_new_audio_region (ARDOUR::AudioRegion *); - void handle_audio_region_removed (ARDOUR::AudioRegion *); - void add_audio_region_to_region_display (ARDOUR::AudioRegion *); + void handle_new_region (ARDOUR::Region *); + void handle_region_removed (ARDOUR::Region *); + void add_region_to_region_display (ARDOUR::Region *); void region_hidden (ARDOUR::Region*); void redisplay_regions (); - void insert_into_tmp_audio_regionlist(ARDOUR::AudioRegion *); + void insert_into_tmp_regionlist(ARDOUR::Region *); - list tmp_audio_region_list; + list tmp_region_list; void cut_copy (Editing::CutCopyOp); void cut_copy_points (Editing::CutCopyOp);