X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor.h;h=38129be33b874fdb57a0e1fe022a116ab8dec367;hb=056ceba16a5ab45aabec0cd10ae3228881e640dc;hp=7040bafa8ac3983d9cb587f1d5fa12c969be2beb;hpb=8f59346592b8232e910ce0bbdc247cf8cecde4dd;p=ardour.git diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index 7040bafa8a..38129be33b 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -1677,8 +1677,8 @@ public: /* trimming */ void point_trim (GdkEvent *, nframes64_t); void single_contents_trim (RegionView&, nframes64_t, bool, bool); - void single_start_trim (RegionView&, nframes64_t, bool, bool); - void single_end_trim (RegionView&, nframes64_t, bool, bool); + void single_start_trim (RegionView&, nframes64_t, bool); + void single_end_trim (RegionView&, nframes64_t, bool); void thaw_region_after_trim (RegionView& rv);