NO-OP: fix function name spelling

This commit is contained in:
Robin Gareus 2024-08-24 00:24:28 +02:00
parent 66b3ad79c1
commit 09bddcad10
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 8 additions and 8 deletions

View file

@ -1562,7 +1562,7 @@ AudioRegionView::add_gain_point_event (ArdourCanvas::Item *item, GdkEvent *ev, b
trackview.editor().begin_reversible_command (_("add gain control point"));
_fx_line->enable_autoation ();
_fx_line->enable_automation ();
trackview.session()->add_command (new MementoCommand<AutomationList>(*_fx_line->the_list(), &before, &after));